apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
36.68k stars 14.2k forks source link

add display_name to rendered fields for Vertex AI training operators #43027

Open WSHoekstra opened 2 hours ago

WSHoekstra commented 2 hours ago

Description

I would like the 'display_name' arg be added to the list of rendered_fields for the Vertex AI CreateHyperparameterTuningJobOperator and CreateCustomContainerTrainingJobOperator operators.

Use case/motivation

I would like to be able to dynamically build the display_name of my custom Vertex AI (hyperparameter tuning) training jobs. At the moment, I have to create a custom operator that adds the display_name to the list of rendered fields to achieve this. I'd rather just use the base operators directly.

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

boring-cyborg[bot] commented 2 hours ago

Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.