cannot import name 'sql' from 'databricks'
I am working on Databricks version 10.4 premium cluster and while importing sql from databricks module I am getting below error. cannot import name 'sql' from 'databricks' (/databricks/python/lib/python3.8/site-packages/databricks/__init__.py).Trying...
- 24304 Views
- 8 replies
- 18 kudos
Latest Reply
if you ever received this kind of error after installing the correct Python package then try running the below command. dbutils.library.restartPython()
- 18 kudos