Skip to content

Commit b05b2d5

Browse files
ferenc-hechlerferi
and
feri
authored
Add more template_fields to RunPipelineJobOperator (#50220)
* issue #50206: add more template_fields to RunPipelineJobOperator the fields "template_path", "pipeline_root", "parameter_values", "service_account" where added to allow jinja templating these args. * add new template_fields to unit tests * rollback templating tests for wrong operator --------- Co-authored-by: feri <feri@DESKTOP-QSATAT0.speedport.ip>
1 parent b137c57 commit b05b2d5

File tree

1 file changed

+4
-0
lines changed
  • providers/google/src/airflow/providers/google/cloud/operators/vertex_ai

1 file changed

+4
-0
lines changed

providers/google/src/airflow/providers/google/cloud/operators/vertex_ai/pipeline_job.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ class RunPipelineJobOperator(GoogleCloudBaseOperator):
112112
"project_id",
113113
"input_artifacts",
114114
"impersonation_chain",
115+
"template_path",
116+
"pipeline_root",
117+
"parameter_values",
118+
"service_account",
115119
]
116120
operator_extra_links = (VertexAIPipelineJobLink(),)
117121

0 commit comments

Comments
 (0)