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
Let's use VSC to develop our Databricks solutions locally.
this is the only way I could get dbutils to work locally
try:
if dbutils:
print("dbutils is available")
except NameError:
print("dbutils is not available, use wrapper")
import dbutils #pylint: disable=import-outside-toplevel
About
Let's use VSC to develop our Databricks solutions locally.