Skip to content

Commit 09d8a80

Browse files
authored
Revert "Added job_clusters as a templated parameter to CreateDatabricksWorkfl…" (#45035)
This reverts commit 9c4d711.
1 parent 01e0bc3 commit 09d8a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/src/airflow/providers/databricks/operators/databricks_workflow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class _CreateDatabricksWorkflowOperator(BaseOperator):
9393
"""
9494

9595
operator_extra_links = (WorkflowJobRunLink(), WorkflowJobRepairAllFailedLink())
96-
template_fields = ("notebook_params", "job_clusters")
96+
template_fields = ("notebook_params",)
9797
caller = "_CreateDatabricksWorkflowOperator"
9898

9999
def __init__(

0 commit comments

Comments
 (0)