[ 
https://issues.apache.org/jira/browse/AIRFLOW-3672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16817435#comment-16817435
 ] 

ASF subversion and git services commented on AIRFLOW-3672:
----------------------------------------------------------

Commit ac464be88eefe0b7590c6ed271a50e99a9f6a4fe in airflow's branch 
refs/heads/master from John Cheng
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=ac464be ]

[AIRFLOW-3672] Add support for Mongo DB DNS Seedlist Connection Format (#4481)

* [AIRFLOW-3672] Add support for Mongo DB DNS Seedlist Connection Format

https://docs.mongodb.com/manual/reference/connection-string/index.html#dns-seedlist-connection-format
http://api.mongodb.com/python/current/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient

* [AIRFLOW-3672] Add unit test for srv uri

* [AIRFLOW-3672] Fix unit test for Mongo srv uri

* [AIRFLOW-3672] Construct MongoDB URI when hook init


> Add support for Mongo DB DNS Seedlist Connection Format
> -------------------------------------------------------
>
>                 Key: AIRFLOW-3672
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3672
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: hooks
>    Affects Versions: 1.10.0
>            Reporter: John Cheng
>            Assignee: John Cheng
>            Priority: Minor
>
> Starting with version 3.6, PyMongo supports mongodb+srv:// URIs. The URI must 
> include one, and only one, hostname. The hostname will be resolved to one or 
> more DNS SRV records which will be used as the seed list for connecting to 
> the MongoDB deployment.
> https://docs.mongodb.com/manual/reference/connection-string/index.html#dns-seedlist-connection-format
> http://api.mongodb.com/python/current/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to