malthe commented on pull request #15589:
URL: https://github.com/apache/airflow/pull/15589#issuecomment-829167561


   @uranusjr it seems to me that `conn.schema` should be added there as well:
   ```python
   if conn.schema is not None:
       dsn += "/" + conn.schema
   ```
   E.g. `localhost:1521/xe`.
   
   That seems to be right based on my experiments in passing in such a 
connection string.


-- 
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:
us...@infra.apache.org


Reply via email to