chore(API): Include changed_by.id in Get Charts and Get Datasets API responses (#26540)

This commit is contained in:
Vitor Avila
2024-01-17 11:12:46 -03:00
committed by GitHub
parent 902dafde48
commit 197c6e65ed
2 changed files with 2 additions and 0 deletions

View File

@@ -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",