-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add group_display_name
attribute to allow specifying a custom display name in the UI for TaskGroup
#45264
Add group_display_name
attribute to allow specifying a custom display name in the UI for TaskGroup
#45264
Conversation
2d7a6e8
to
85e2bb3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! I always wanted to make this but the big shift to Airflow 3 distracted me from making this...
Once check that we need to discuss on attribute model...
... and besides this, would it make sense to consider adding UI changes in the same PR as well? Else the group display name would have no effect other than just adding an attribute.
Oh, did not notice that UI changed w/o touching the code. Cool. |
Thanks for the feedback! Just to confirm, does this mean the PR is ready to go and meets the current requirements? Also, I’m happy to contribute to other areas that are not UI-related, as I’m not an expert with frontend libraries or code 😄 |
85e2bb3
to
b1b3d1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then from my view... good to be merged.
…ay name in the UI for TaskGroup (apache#45264) * Add group_display_name attribute to allow specifying a custom display name in the UI for TaskGroup * Add new tests and update old test to suppport the changes made.
…ay name in the UI for TaskGroup (apache#45264) * Add group_display_name attribute to allow specifying a custom display name in the UI for TaskGroup * Add new tests and update old test to suppport the changes made.
…ay name in the UI for TaskGroup (apache#45264) * Add group_display_name attribute to allow specifying a custom display name in the UI for TaskGroup * Add new tests and update old test to suppport the changes made.
closes: #44569
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.