chore: Remove unnecessary information from response (#24056)

This commit is contained in:
Geido
2023-05-17 20:07:47 +03:00
committed by GitHub
parent 4ef9d25d58
commit 66fb4867dc
16 changed files with 346 additions and 25 deletions

View File

@@ -103,7 +103,7 @@ class DatasetRestApi(BaseSupersetModelRestApi):
"changed_by_name",
"changed_by_url",
"changed_by.first_name",
"changed_by.username",
"changed_by.last_name",
"changed_on_utc",
"changed_on_delta_humanized",
"default_endpoint",
@@ -113,7 +113,6 @@ class DatasetRestApi(BaseSupersetModelRestApi):
"extra",
"kind",
"owners.id",
"owners.username",
"owners.first_name",
"owners.last_name",
"schema",
@@ -146,7 +145,6 @@ class DatasetRestApi(BaseSupersetModelRestApi):
"template_params",
"select_star",
"owners.id",
"owners.username",
"owners.first_name",
"owners.last_name",
"columns.advanced_data_type",