moiseenkov commented on code in PR #43924:
URL: https://github.com/apache/airflow/pull/43924#discussion_r1839972829
##########
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",
Review Comment:
Adding a field only to the `template_fields` breaks the operator. And we
believe that this new field "display_name" isn't needed here. @MaksYermak ,
please correct me if I'm wrong.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]