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
Lakehouse = 'businessCentral'; #can also be a GUID
if you use a GUID the command
df = spark.sql("DROP TABLE IF EXISTS "+ Lakehouse + "." + table_name)
fails
because you use SQL maybe you need to use the SQL analythics endpoint here ?
But with the Lakehouse name it works fine
So the text #can also be a GUID is not correct here (at the moment)
The text was updated successfully, but these errors were encountered:
Hi Bert,
I ran against an error when running the notebook
Lakehouse = 'businessCentral'; #can also be a GUID
if you use a GUID the command
df = spark.sql("DROP TABLE IF EXISTS "+ Lakehouse + "." + table_name)
fails
because you use SQL maybe you need to use the SQL analythics endpoint here ?
But with the Lakehouse name it works fine
So the text #can also be a GUID is not correct here (at the moment)
The text was updated successfully, but these errors were encountered: