mehmax opened a new pull request #19084:
URL: https://github.com/apache/airflow/pull/19084


   Per Default, Oracle Hook was using "scheme" field of the Connection only 
when generating DSN uri.
   
   This PR adds functionality to Oracle Hook.
   -> When a schema is provided in the Connection Parameters (maintained in the 
UI), then this schema is set as current_schema after connecting to the Database
   
   This allows SQLs to be less static.
   
   Before:
   `SELECT * FROM PROD_SCHEMA.MY_TABLE`
   `SELECT * FROM TEST_SCHEMA.MY_TABLE`
   
   Now:
   `SELECT * FROM MY_TABLE`
   
   
   closes: #18664
   **^ Add meaningful description above**
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to