The GitHub Actions job "Tests (AMD)" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by shahar1).

Head commit for run:
c42540fca87dbc4b366ee8b75487c82320b3a346 / Parman Mohammadalizadeh 
<[email protected]>
Fix MongoToS3Operator aggregate-pipeline detection before rendering (#70330)

mongo_query is a template field, rendered after __init__ runs. Caching
is_pipeline = isinstance(self.mongo_query, list) in the constructor inspects
the un-rendered value, so a query that resolves to a list only after
templating would be sent through find() instead of aggregate(). Decide the
aggregate-vs-find path in execute() from the rendered value instead.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to