The GitHub Actions job "Tests (AMD)" on 
airflow.git/bash-decorator-multiple-outputs has failed.
Run started by GitHub user dheerajturaga (triggered by dheerajturaga).

Head commit for run:
ab93f469645bcea9b63c002df17bc3e49968d0f3 / Dheeraj Turaga 
<[email protected]>
Support multiple_outputs in @task.bash

The BashOperator already unrolls a dict return value into one XCom per key,
since multiple_outputs is a BaseOperator parameter honoured by the task
runner. The @task.bash decorator warned that the option was unsupported and
silently forced it off, so Dag authors could not name individual outputs from
a Bash task even though the underlying operator supported it.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to