-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Fix get_uri for oracle
#49533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix get_uri for oracle
#49533
Conversation
cjbj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the new PR.
cjbj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine from inspection, and with my limited background into the "schema" param.
I suspect the "extra" params may need some attention, but that is also something I don't know about at the moment.
36749a0 to
505d2f7
Compare
Co-Authored-By: Christopher Jones <christopher.jones@oracle.com>
Co-Authored-By: Christopher Jones <christopher.jones@oracle.com>
505d2f7 to
2791a8b
Compare
|
Thanks for the review |
* fix: get_uri for oracle Co-Authored-By: Christopher Jones <christopher.jones@oracle.com> * test: remove invalid test Co-Authored-By: Christopher Jones <christopher.jones@oracle.com> --------- Co-authored-by: Christopher Jones <christopher.jones@oracle.com>
* fix: get_uri for oracle Co-Authored-By: Christopher Jones <christopher.jones@oracle.com> * test: remove invalid test Co-Authored-By: Christopher Jones <christopher.jones@oracle.com> --------- Co-authored-by: Christopher Jones <christopher.jones@oracle.com>
Related Issue
#48734 (comment)
Why
ref: https://docs.sqlalchemy.org/en/20/dialects/oracle.html#dialect-oracle-oracledb-connect
How
cc: @cjbj @Lee-W @jason810496 @h30306
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.