mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: Add owners and physical/virtual status to Datasets API list endpoint (#10025)
* Add owners and physical/virtual status to Datasets API list endpoint * black * Update type definition for DatasourceKind Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> * Fixin' tests and mypy Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
This commit is contained in:
@@ -78,6 +78,11 @@ class DatasetRestApi(BaseSupersetModelRestApi):
|
||||
"changed_on",
|
||||
"default_endpoint",
|
||||
"explore_url",
|
||||
"kind",
|
||||
"owners.id",
|
||||
"owners.username",
|
||||
"owners.first_name",
|
||||
"owners.last_name",
|
||||
"schema",
|
||||
"table_name",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user