mongo_plugin icon indicating copy to clipboard operation
mongo_plugin copied to clipboard

Airflow UI doesn't have Mongo connection type

Open Tranquangdai opened this issue 7 years ago • 1 comments

I'm using your plugin to automate data workflow. However, besides default connection type, it seems that airflow doesn't support mongo connection type. Is there any way to overcome this?

Tranquangdai avatar Jun 11 '18 10:06 Tranquangdai

@Tranquangdai you can leave a NULL or blank connection type. It is just metadata around the connection and doesn't provide any support of feature support for the mongo hook itself.

WIth that said, we recently contributed a MongoHook into the master branch of incubator-airflow which does add the mongo connection type . Let us know if you have any more questions.

andscoop avatar Jun 11 '18 12:06 andscoop