You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/10/30 08:56:25 UTC

[GitHub] [incubator-superset] dpgaspar commented on a change in pull request #11447: feat: add endpoint to export saved queries using new format

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org