The GitHub Actions job "Tests" on 
airflow.git/fix-google-ads-to-gcs-uri-consistency has failed.
Run started by GitHub user Abhishekmishra2808 (triggered by Abhishekmishra2808).

Head commit for run:
2d84e841949e4e500d64d9c6da882e74de87e067 / abhishek mishra 
<[email protected]>
Implement backward-compatible unwrap_single flag for GoogleAdsToGcsOperator

- Add unwrap_single keyword-only parameter to __init__ (default=False)
- Update execute() return type to str | list[str]
- Implement conditional return logic:
  - Returns str when unwrap_single=True
  - Returns list[str] by default (backward compatible)
- Add comprehensive docstring updates
- Add test_execute_with_unwrap_single() to validate new behavior
- Maintain backward compatibility with existing code

Follows the pattern used in PR #61284

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

With regards,
GitHub Actions via GitBox


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

Reply via email to