From e4426c3d361c0e5cc12d68d0921685207fb752ed Mon Sep 17 00:00:00 2001 From: max <42827971+moiseenkov@users.noreply.github.com> Date: Thu, 14 Nov 2024 08:10:20 +0100 Subject: [PATCH] Remove non-existing field from the ListCustomTrainingJobOperator's template_fields (#43924) --- .../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 33ab07d07539..57cb7759a4a7 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(),