The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user josh-fell (triggered by josh-fell).

Head commit for run:
d141cdd6853b4fae5f863795bea0cabbeaf6aecc / Josh Fell <[email protected]>
Allow setting TaskGroup tooltip via function docstring

As a natural extension of authoring practices by adding docstrings to 
functions, DAG authors may find it useful to utilize the existing function's 
docstring as a TaskGroup tooltip for other users looking the the DAG itself; 
especially for those who wouldn't necessarily have access to the underlying 
code.

This PR will set the TaskGroup's tooltip of a `@task_group`-decorated function 
with its docstring should it exist. However, if a tooltip value is explicitly 
set, the docstring will _not_ be used.

Report URL: https://github.com/apache/airflow/actions/runs/2945342101

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to