You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "John Cheng (JIRA)" <ji...@apache.org> on 2019/01/11 04:37:00 UTC

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

John Cheng created AIRFLOW-3672:
-----------------------------------

             Summary: 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


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)