The GitHub Actions job "Tests" on airflow.git/feature/mongo-to-gcs-operator has 
failed.
Run started by GitHub user seungoh-lee (triggered by shahar1).

Head commit for run:
318533764b221d6a504b642721ba6b06c7ab26b6 / seungoh-lee 
<[email protected]>
Add MongoToGCSOperator to copy MongoDB collections to GCS

Introduces a new transfer operator under the Google provider that exports
MongoDB documents to Google Cloud Storage in JSON, CSV, or Parquet format.
The operator extends BaseSQLToGCSOperator and accepts either a find filter
or an aggregation pipeline through mongo_query, with optional projection
and allowDiskUse controls.

A small cursor adapter wraps the pymongo cursor as a DB-API style cursor
so the parent operator chunking, schema inference, and upload flow can
be reused. BSON-specific values (ObjectId, Decimal128, bytes) are
converted to BigQuery-friendly types.

Includes provider.yaml registration, mongo provider as a transitive extra,
unit tests, system test example, and how-to documentation.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to