Skip to content

Commit

Permalink
fix(dataset): handle missing sqla uri in migration (#20073)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed May 16, 2022
1 parent 8531546 commit 4435e53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def print_update_count():
)
updated = True

if not is_physical and expression:
if not is_physical and drivername and expression:
table_refrences = extract_table_references(
expression, get_dialect_name(drivername), show_warning=False
)
Expand Down

0 comments on commit 4435e53

Please sign in to comment.