mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
chore(API): Include changed_by.id in Get Charts and Get Datasets API responses (#26540)
This commit is contained in:
@@ -108,6 +108,7 @@ class DatasetRestApi(BaseSupersetModelRestApi):
|
||||
"changed_by_name",
|
||||
"changed_by.first_name",
|
||||
"changed_by.last_name",
|
||||
"changed_by.id",
|
||||
"changed_on_utc",
|
||||
"changed_on_delta_humanized",
|
||||
"default_endpoint",
|
||||
|
||||
Reference in New Issue
Block a user