Execute databricks notebook form a python source code.
Hello,I 'm trying to execute databricks notebook form a python source code but getting error.source code below------------------from databricks_api import DatabricksAPI # Create a Databricks API client api = DatabricksAPI(host='databrick_host', tok...
- 3021 Views
- 4 replies
- 0 kudos
Latest Reply
The error you are encountering indicates that there is an issue with establishing a connection to the Databricks host specified in your code. Specifically, the error message "getaddrinfo failed" suggests that the hostname or IP address you provided f...
- 0 kudos