mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: remove unsupported REST API search col with dotted notation on c… (#22440)
This commit is contained in:
committed by
GitHub
parent
2679ee2e46
commit
277f8e04e2
@@ -199,9 +199,7 @@ class ChartRestApi(BaseSupersetModelRestApi):
|
||||
"created_by",
|
||||
"changed_by",
|
||||
"last_saved_at",
|
||||
"last_saved_by.id",
|
||||
"last_saved_by.first_name",
|
||||
"last_saved_by.last_name",
|
||||
"last_saved_by",
|
||||
"datasource_id",
|
||||
"datasource_name",
|
||||
"datasource_type",
|
||||
|
||||
Reference in New Issue
Block a user