TaskGroup tooltip missing actual tooltip and default_args issue #19078
Labels
area:UI
Related to UI/UX. For Frontend Developers.
area:webserver
Webserver related Issues
kind:bug
This is a clearly a bug
Apache Airflow version
2.2.0 (latest released)
Operating System
Ubuntu
Versions of Apache Airflow Providers
No response
Deployment
Other
Deployment details
Just used
airflow standalone
What happened
First:
TaskGroup does not show the tooltip that is defined for that group on hover
Second:
Providing an Operator with
task_group=
instead of TaskGroup as context manager ignores that TaskGroup's default_args. Using the code I provided below, the task "end" in section_3 has the wrong owner.What you expected to happen
First:
If a TaskGroup is used and the tooltip is defined like so:
the information provided with
tooltip="..."
should show on hover, as shown in the official documentation at https://airflow.apache.org/docs/apache-airflow/stable/concepts/dags.html#taskgroupsSecond:
Defining a TaskGroup with default_args like
should result in those default_args being used by tasks defined like so:
How to reproduce
I have tested this with the below code
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: