Skip to content

Commit

Permalink
Revert "Added job_clusters as a templated parameter to CreateDatabric…
Browse files Browse the repository at this point in the history
…ksWorkfl…" (#45035)

This reverts commit 9c4d711.
  • Loading branch information
kunaljubce authored Dec 18, 2024
1 parent 01e0bc3 commit 09d8a80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class _CreateDatabricksWorkflowOperator(BaseOperator):
"""

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

def __init__(
Expand Down

0 comments on commit 09d8a80

Please sign in to comment.