GitHub user dosubot[bot] added a comment to the discussion: Cannot See Own Created Dataset/Chart
<!-- Answer --> In Superset, the visibility of datasets is typically controlled by permissions. When you create a dataset, you should be able to see it because you are automatically associated as an owner through the `created_by_fk` field, which links you to the dataset <sup>[[1]](https://github.com/apache/superset/blob/master/superset/migrations/versions/2022-07-05_15-48_409c7b420ab0_add_created_by_fk_as_owner.py)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/superset/migrations/versions/2016-06-27_08-43_27ae655e4247_make_creator_owners.py)</sup>. However, if the 'datasource access on' permission is not automatically assigned, it might affect the visibility in the dataset list, even though you can still access it directly. You may need to manually ensure that the necessary permissions are assigned to see the dataset in the list. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/3bf3dda1-6815-4dbc-8d34-834ec1238486?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/3bf3dda1-6815-4dbc-8d34-834ec1238486?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/3bf3dda1-6815-4dbc-8d34-834ec1238486?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/3bf3dda1-6815-4dbc-8d34-834ec1238486?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/3bf3dda1-6815-4dbc-8d34-834ec1238486?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/3bf3dda1-6815-4dbc-8d34-834ec1238486?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/3bf3dda1-6815-4dbc-8d34-834ec1238486?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/32878#discussioncomment-12640420 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
