GitHub user dosubot[bot] added a comment to the discussion: Cannot See Own Created Dataset/Chart
<!-- Greeting --> Hello @onurozdamar! I'm here to assist you with any bugs, questions, or contributions you may have. Let's tackle this issue together! <!-- Answer --> I found a similar closed issue that might be relevant to your problem: [Dataset permissions: Users are unable to see the datasets that they create](https://github.com/apache/superset/issues/19360). This issue was resolved by a pull request that allowed dataset owners to see their datasets <sup>[[1]](https://github.com/apache/superset/issues/19360)</sup>. The pull request introduced a migration script that adds a foreign key `created_by_fk` as an owner to the `sl_datasets`, `slices`, and `tables` tables. This change ensures that dataset, slice, and table owners are correctly associated with their respective entities, allowing them to see their datasets <sup>[[2]](https://github.com/apache/superset/blob/master/superset/migrations/versions/2022-07-05_15-48_409c7b420ab0_add_created_by_fk_as_owner.py)</sup>. You might want to check if this change is included in your version (4.1.1) and ensure that the migration has been applied correctly. <!-- 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/e1cca7b9-1412-4f6d-abd0-66614bbf6a31?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/e1cca7b9-1412-4f6d-abd0-66614bbf6a31?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/e1cca7b9-1412-4f6d-abd0-66614bbf6a31?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/e1cca7b9-1412-4f6d-abd0-66614bbf6a31?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/e1cca7b9-1412-4f6d-abd0-66614bbf6a31?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/e1cca7b9-1412-4f6d-abd0-66614bbf6a31?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/e1cca7b9-1412-4f6d-abd0-66614bbf6a31?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/32878#discussioncomment-12639151 ---- 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]
