Questions tagged [databricks-python-sdk]

The Databricks SDK for Python includes functionality to accelerate development with Python for the Databricks Lakehouse.

1 questions
0
votes
1 answer

Create a new Databricks cluster using Python SDK

I am trying to create a new Azure Databricks cluster using the Databricks Python SDK and I run into the following problem: I need an Init Script for my cluster and when I am trying to set this property in code, I get the following error: TypeError:…