databricks / databricks-sdk-py

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

Can not find LEGACY_SINGLE_USER_STANDARD mode in the sdk #507

Open hoaihuongbk opened 10 months ago

hoaihuongbk commented 10 months ago

Team, for non-UC workspace, the data_access_mode fallback the following option:

https://github.com/databricks/databricks-sdk-py/blob/a558d97415e8ced4b88c70e03e0a31f4f2006610/databricks/sdk/service/compute.py#L2208

tanmay-db commented 10 months ago

Hi @hoaihuongbk, thanks for reaching out. You are correct, this isn't present in the SDK yet. Is this required at some place?

manojhegde97 commented 10 months ago

Hi @tanmay-db yes they are using SDK to update multiple jobs as SINGLE_USER is not working on Non UC workspace

edwardfeng-db commented 10 months ago

@manojhegde97 Okay thanks let me ask the underlying owning team about what is going on with this