You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertbackend.queries[0].startswith("UPDATE `hive_metastore`.`inventory_database`.`tables` SET location =")
245
+
assertbackend.queries== [
246
+
"UPDATE `hive_metastore`.`inventory_database`.`tables` SET location = 'abfss://bucket/test/table1' WHERE catalog='hive_metastore' AND database='db1_src' AND name='wasbs_src';"
0 commit comments