Skip to content

Commit

Permalink
fix: remove unsupported REST API search col with dotted notation on c… (
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Dec 16, 2022
1 parent 2679ee2 commit 277f8e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions superset/charts/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@ def ensure_thumbnails_enabled(self) -> Optional[Response]:
"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",
Expand Down

0 comments on commit 277f8e0

Please sign in to comment.