Skip to content

Commit

Permalink
fix (dataset): DAO update (#19926)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored May 2, 2022
1 parent 1fa841e commit 8b6e582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/datasets/dao.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def update(
model, properties.get("metrics", []), commit=commit
)

return super().update(model, properties, commit=False)
return super().update(model, properties, commit=commit)

@classmethod
def update_columns(
Expand Down

0 comments on commit 8b6e582

Please sign in to comment.