-
Notifications
You must be signed in to change notification settings - Fork 16.1k
Closed
Closed
Copy link
Labels
affected_version:3.1Issues Reported for 3.1Issues Reported for 3.1area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.kind:bugThis is a clearly a bugThis is a clearly a bugpriority:mediumBug that should be fixed before next release but would not block a releaseBug that should be fixed before next release but would not block a release
Description
Apache Airflow version
main (development)
If "Other Airflow 2 version" selected, which one?
No response
What happened?
Found in RC2
Setting
@task(
task_display_name="Get Astronauts"
)
def get_astronauts():
pass
get_astronauts()in the first task results in the task name still being the task ID:
What you think should happen instead?
The same task in 3.0.6 does use the task_display_name:
How to reproduce
- Use 3.1
- add a task_display_name different from the task ID to any task
- see the task ID not updating
Operating System
macOS 15.7
Versions of Apache Airflow Providers
not relevant
Deployment
Other
Deployment details
Local Astro CLI 3.1-1-alpha3
Anything else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
affected_version:3.1Issues Reported for 3.1Issues Reported for 3.1area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.kind:bugThis is a clearly a bugThis is a clearly a bugpriority:mediumBug that should be fixed before next release but would not block a releaseBug that should be fixed before next release but would not block a release