fesaille opened a new pull request #15050: URL: https://github.com/apache/airflow/pull/15050
closes: #14659 related: airflow-5146 This PR closes #14659. - `hostname` returned from urllib.parse.urlparse is set to `.netloc` in case the uri contains a coma "," in `airflow.models.connection`; - The tests were adapted to take the `extra` connection attribute in account; - Test performed with [MongoDB connection string for replica set](https://docs.mongodb.com/manual/reference/connection-string/): `mongodb://mongodb0.example.com:27017,mongodb1.example.com:27017,mongodb2.example.com:27017/?replicaSet=myRepl` - -- 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: [email protected]
