MongoDB

apache-airflow-providers-mongo

MongoDB

Works with Airflow 2.11+
Install:
pip install apache-airflow-providers-mongo==5.3.3

Airflow

2.11+

Python

>=3.10

Dependencies (4)

Show all Hide apache-airflow>=2.11.0 apache-airflow-providers-common-compat>=1.8.0 dnspython>=1.13.0 pymongo>=4.13.2

Connections (1)

Modules

H

MongoHook

PyMongo wrapper to interact with MongoDB.

airflow.providers.mongo.hooks.mongo.MongoHook
S

MongoSensor

Checks for the existence of a document which matches the given query in MongoDB.

airflow.providers.mongo.sensors.mongo.MongoSensor