diff --git a/superset/importexport/api.py b/superset/importexport/api.py index 156b4c21bd77..c0021a8f88cd 100644 --- a/superset/importexport/api.py +++ b/superset/importexport/api.py @@ -40,6 +40,7 @@ class ImportExportRestApi(BaseApi): resource_name = "assets" openapi_spec_tag = "Import/export" + allow_browser_login = True @expose("/export/", methods=["GET"]) @protect()