Skip to content

Commit

Permalink
fix(dataset): handle missing sqla uri in migration (apache#20073)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and BoYang committed May 19, 2022
1 parent d6daa18 commit 506da26
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 506da26

Please sign in to comment.