mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969)
This commit is contained in:
@@ -541,4 +541,3 @@ def load_deck_dash() -> None: # pylint: disable=too-many-statements
|
||||
dash.dashboard_title = title
|
||||
dash.slug = slug
|
||||
dash.slices = slices
|
||||
db.session.commit()
|
||||
|
||||
Reference in New Issue
Block a user