mirror of
https://github.com/apache/superset.git
synced 2026-04-26 03:24:53 +00:00
chore: Remove unnecessary information from response (#24056)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user