Skip to content

Commit

Permalink
fix: allow_browser_login in import/export API (apache#19656)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored and philipher29 committed Jun 9, 2022
1 parent 29b7661 commit 00faff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/importexport/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class ImportExportRestApi(BaseApi):

resource_name = "assets"
openapi_spec_tag = "Import/export"
allow_browser_login = True

@expose("/export/", methods=["GET"])
@protect()
Expand Down

0 comments on commit 00faff1

Please sign in to comment.