The GitHub Actions job "Tests" on airflow.git/fix-issue-66477-dedent-task-docstrings has failed. Run started by GitHub user jlaportebot (triggered by potiuk).
Head commit for run: 397bbfacdb75610de13c8c444eff8c2155e3c6d8 / jlaportebot <[email protected]> Apply textwrap.dedent() to task docstrings When using the @task decorator, task documentation can be passed via the function docstring. However, the indentation from the function body was preserved in the UI, making the documentation look unattractive. This change applies textwrap.dedent() to the docstring before setting it as doc_md, which removes the common leading whitespace from each line. Fixes #66477 Report URL: https://github.com/apache/airflow/actions/runs/25509255198 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
