nikochiko commented on issue #18664:
URL: https://github.com/apache/airflow/issues/18664#issuecomment-934694084


   @mehmax i don't know what a "schema" is in oracle terminology, but in 
airflow's case this parameter is used to refer to the 
`conntype://login:password@host:port/<schemaname>` schema name in the DSN.
   If you look at these lines of code: 
https://github.com/apache/airflow/blob/866a601b76e219b3c043e1dbbc8fb22300866351/airflow/providers/oracle/hooks/oracle.py#L86,
 the schema name is overwritten by service_name extra arg.
   
   maybe what you're looking for can be achieved by removing the "service_name" 
extra arg?


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

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to