This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e4426c3d361 Remove non-existing field from the
ListCustomTrainingJobOperator's template_fields (#43924)
e4426c3d361 is described below
commit e4426c3d361c0e5cc12d68d0921685207fb752ed
Author: max <[email protected]>
AuthorDate: Thu Nov 14 08:10:20 2024 +0100
Remove non-existing field from the ListCustomTrainingJobOperator's
template_fields (#43924)
---
.../src/airflow/providers/google/cloud/operators/vertex_ai/custom_job.py | 1 -
1 file changed, 1 deletion(-)
diff --git
a/providers/src/airflow/providers/google/cloud/operators/vertex_ai/custom_job.py
b/providers/src/airflow/providers/google/cloud/operators/vertex_ai/custom_job.py
index 33ab07d0753..57cb7759a4a 100644
---
a/providers/src/airflow/providers/google/cloud/operators/vertex_ai/custom_job.py
+++
b/providers/src/airflow/providers/google/cloud/operators/vertex_ai/custom_job.py
@@ -1750,7 +1750,6 @@ class
ListCustomTrainingJobOperator(GoogleCloudBaseOperator):
"region",
"project_id",
"impersonation_chain",
- "display_name",
]
operator_extra_links = [
VertexAITrainingPipelinesLink(),