Skip to content

Commit

Permalink
Added job_clusters as a templated parameter to CreateDatabricksWorkfl…
Browse files Browse the repository at this point in the history
…owOperator (apache#45022)
  • Loading branch information
kunaljubce authored Dec 18, 2024
1 parent 553ddf3 commit 9c4d711
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",)
template_fields = ("notebook_params", "job_clusters")
caller = "_CreateDatabricksWorkflowOperator"

def __init__(
Expand Down

0 comments on commit 9c4d711

Please sign in to comment.