You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/14 20:19:00 UTC

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

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

ASF GitHub Bot commented on AIRFLOW-3672:
-----------------------------------------

Fokko commented on pull request #4481: [AIRFLOW-3672] Add support for Mongo DB DNS Seedlist Connection Format
URL: https://github.com/apache/airflow/pull/4481
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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)