databricks / databricks-sdk-py

Databricks SDK for Python (Beta)
https://databricks-sdk-py.readthedocs.io/
Apache License 2.0
318 stars 103 forks source link

Add `serverless_compute_id` field to the config #685

Closed alexkh-db closed 3 weeks ago

alexkh-db commented 3 weeks ago

Changes

We propose adding a new serverless_compute_id attribute in the config that will be used to enable serverless compute in the downstream applications. The default value to enable serverless is serverless_compute_id = auto, other values might be used in the future if needed. Config doesn't have to validate the value in serverless_compute_id, this will be done in the downstream applications.

Tests

pietern commented 3 weeks ago

Discussion in #675.