Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 03:59 AM
There are 2 instances I got this error -
- Installing correct python package. Make sure you install "databricks.sql" module, not "databricks" module. Run below code in jupyter -
%pip install databricks.sql
2. The hostname, os.getenv("DATABRICKS_SERVER_HOSTNAME") returns, should NOT contain "https://".
Please upvote the answer if it solves your issue.