We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to create a warehouse config -
w.warehouses.set_workspace_warehouse_config(data_access_config=[EndpointConfPair( key="spark.databricks.dataLineage.enabled", value="true" )], security_policy=SetWorkspaceWarehouseConfigRequestSecurityPolicy.DATA_ACCESS_CONTROL, enabled_warehouse_types=[ WarehouseTypePair(enabled=True, warehouse_type=WarehouseTypePairWarehouseType.TYPE_UNSPECIFIED)] )
and getting this error - databricks.sdk.core.DatabricksError: enable_serverless_compute is required.
databricks.sdk.core.DatabricksError: enable_serverless_compute is required.
there is no enable_serverless_compute parameter in the set_workspace_warehouse_config() function.
The text was updated successfully, but these errors were encountered:
This duplicates #305, so I will close this in favor of that other ticket.
Sorry, something went wrong.
No branches or pull requests
I am trying to create a warehouse config -
and getting this error -
databricks.sdk.core.DatabricksError: enable_serverless_compute is required.
there is no enable_serverless_compute parameter in the set_workspace_warehouse_config() function.
The text was updated successfully, but these errors were encountered: