mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
[Dashboard Import] Log error on dashboard import failure (#8550)
This commit is contained in:
@@ -1109,7 +1109,8 @@ class Superset(BaseSupersetView):
|
||||
),
|
||||
"danger",
|
||||
)
|
||||
except Exception:
|
||||
except Exception as e:
|
||||
logging.exception(e)
|
||||
flash(
|
||||
_(
|
||||
"An unknown error occurred. "
|
||||
|
||||
Reference in New Issue
Block a user