You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently methods ClusterService.create_cluster(), ClusterService.edit_cluster(), InstancePoolService.create_instance_pool(), and InstancePoolService.edit_instance_pool() only support API calls to AWS-based databricks workspaces. I'd recommend adding azure_attributes and gcp_attributes as parameters to these functions to support API calls on all platforms.
Happy to submit a PR if this solution is OK.
The text was updated successfully, but these errors were encountered:
Currently methods
ClusterService.create_cluster()
,ClusterService.edit_cluster()
,InstancePoolService.create_instance_pool()
, andInstancePoolService.edit_instance_pool()
only support API calls to AWS-based databricks workspaces. I'd recommend addingazure_attributes
andgcp_attributes
as parameters to these functions to support API calls on all platforms.Happy to submit a PR if this solution is OK.
The text was updated successfully, but these errors were encountered: