Skip to content

Commit

Permalink
Revert "Revert "Added job_clusters as a templated parameter to Create…
Browse files Browse the repository at this point in the history
…Databric…" (apache#45066)

This reverts commit 09d8a80.

Co-authored-by: Amogh Desai <[email protected]>
  • Loading branch information
2 people authored and ambika-garg committed Feb 13, 2025
1 parent 57e72ec commit 5cd575d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class _CreateDatabricksWorkflowOperator(BaseOperator):
"""

operator_extra_links = (WorkflowJobRunLink(), WorkflowJobRepairAllFailedLink())
template_fields = ("notebook_params",)
template_fields = ("notebook_params", "job_clusters")
caller = "_CreateDatabricksWorkflowOperator"

def __init__(
Expand Down

0 comments on commit 5cd575d

Please sign in to comment.