The GitHub Actions job "Tests" on airflow.git/fix-xcom-get-all-return-empty-list has failed. Run started by GitHub user shiavm006 (triggered by potiuk).
Head commit for run: bc8066bfad010883e3cc8d03b76894dbbc36cb7f / shiavm006 <[email protected]> Fix BaseXCom.get_all to return empty list instead of None Previously, BaseXCom.get_all() returned None when no XCom values were found, which contradicted the documented behavior stating it should return an empty list. This fix: - Changes return value from None to [] when msg.root is empty - Matches the documented behavior in the docstring - Ensures consistent return type (always returns a list) - Includes test to verify the fix and prevent regression Report URL: https://github.com/apache/airflow/actions/runs/20107295482 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
