Skip to content

Commit e4426c3

Browse files
authored
Remove non-existing field from the ListCustomTrainingJobOperator's template_fields (#43924)
1 parent c94715f commit e4426c3

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,6 @@ class ListCustomTrainingJobOperator(GoogleCloudBaseOperator):
17501750
"region",
17511751
"project_id",
17521752
"impersonation_chain",
1753-
"display_name",
17541753
]
17551754
operator_extra_links = [
17561755
VertexAITrainingPipelinesLink(),

0 commit comments

Comments
 (0)