How to connect to Mongodb in Apache Airflow?
16:13 17 Jan 2019

I am trying to process data from external source and store it in my MongoDB. So I am trying to understand how should I access Mongodb Hook in my operator.

mongodb airflow