dpgaspar commented on a change in pull request #11447:
URL:
https://github.com/apache/incubator-superset/pull/11447#discussion_r514949462
##########
File path: superset/queries/saved_queries/api.py
##########
@@ -32,13 +35,15 @@
SavedQueryBulkDeleteFailedError,
SavedQueryNotFoundError,
)
+from superset.queries.saved_queries.commands.export import
ExportSavedQueriesCommand
from superset.queries.saved_queries.filters import (
SavedQueryAllTextFilter,
SavedQueryFavoriteFilter,
SavedQueryFilter,
)
from superset.queries.saved_queries.schemas import (
get_delete_ids_schema,
+ get_export_ids_schema,
Review comment:
note related with this PR, sort of a note to self, this is asking to be
DRY'ed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]