The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user mrk-andreev (triggered by mrk-andreev).

Head commit for run:
1ca428fb84dc09faaf5d1022cf4bec85598174f1 / Mark Andreev <[email protected]>
Fix logs with leading spaces in the Docker operator (#33692)

Python 3.11’s multi-line error arrows don’t display correctly in Airflow’s 
DockerOperator logs due to leading spaces being removed, making error messages 
hard to read.

Before fix:
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^

After fix:
return self.main(*args, **kwargs)
       ^^^^^^^^^^^^^^^^

Fixes: #33692

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

With regards,
GitHub Actions via GitBox


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

Reply via email to