mongo_plugin
mongo_plugin copied to clipboard
Airflow UI doesn't have Mongo connection type
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 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.