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

Head commit for run:
eac885b9c92954060223b53ccb469226ad9cec7a / Bolke de Bruin <[email protected]>
Remove auto unroll for dict values from taskflow

dict return values from functions were automatically unrolled
in separate values. This meant that the default of `multiple_outputs`
was changing based on the return type of the function.

This is confusing as it requires the user to be aware of this and
rather un-pythonic (explicit over implicit) and makes conversion from
plain python functions to Airflow tasks harder as unit tests would suddenly
fail.

Closes: #27819

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

With regards,
GitHub Actions via GitBox


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

Reply via email to