Skip to content

Commit

Permalink
fix: Allow dataset owners to explore their datasets (apache#20382)
Browse files Browse the repository at this point in the history
* fix: Allow dataset owners to explore their datasets

* Re-order imports

* Give owners security manager permissions to their datasets

* Update test suite

* Add SqlaTable to is_owner types

* Add owners to datasource mock

* Fix VSCode import error

* Fix merge error
  • Loading branch information
reesercollins authored and akshatsri committed Jul 19, 2022
1 parent b6b41e7 commit 301ad62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/views/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import superset.models.core as models
from superset import app, dataframe, db, result_set, viz
from superset.common.db_query_status import QueryStatus
from superset.connectors.sqla.models import SqlaTable
from superset.datasource.dao import DatasourceDAO
from superset.errors import ErrorLevel, SupersetError, SupersetErrorType
from superset.exceptions import (
Expand Down

0 comments on commit 301ad62

Please sign in to comment.