Skip to content

Commit

Permalink
chore(API): Include changed_by.id in Get Charts and Get Datasets API …
Browse files Browse the repository at this point in the history
…responses (apache#26540)
  • Loading branch information
Vitor-Avila authored and sfirke committed Mar 22, 2024
1 parent de5c454 commit 3cbea62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions superset/charts/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def ensure_thumbnails_enabled(self) -> Optional[Response]:
"cache_timeout",
"changed_by.first_name",
"changed_by.last_name",
"changed_by.id",
"changed_by_name",
"changed_on_delta_humanized",
"changed_on_dttm",
Expand Down
1 change: 1 addition & 0 deletions superset/datasets/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3cbea62

Please sign in to comment.