Add support for serverless cluster in Databricks operator in databricks provider #45138
Open
2 tasks done
Labels
area:providers
kind:feature
Feature Requests
needs-triage
label for new issues that we didn't triage yet
provider:databricks
Description
The current Databricks operator to run jobs (DatabricksNotebookOperator, DatabricksTaskOperator and DatabricksWorkflowTaskGroupOperator) doesn't support serverless. All the above operators expect either an existing_cluster_id or job_cluster_key, whereas neither should be passed for serverless workflow. The work required is :
Use case/motivation
This change will allow users to submit a Databricks serverless job for DatabricksNotebookOperator, DatabricksTaskOperator and DatabricksWorkflowTaskGroupOperator which is currently supported for only DatabricksSubmitRunOperator
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: