[Dashboard Import] Log error on dashboard import failure (#8550)
This commit is contained in:
parent
90275fe991
commit
1a5c2573b7
|
|
@ -1109,7 +1109,8 @@ class Superset(BaseSupersetView):
|
|||
),
|
||||
"danger",
|
||||
)
|
||||
except Exception:
|
||||
except Exception as e:
|
||||
logging.exception(e)
|
||||
flash(
|
||||
_(
|
||||
"An unknown error occurred. "
|
||||
|
|
|
|||
Loading…
Reference in New Issue