jsertel opened a new issue, #23626:
URL: https://github.com/apache/airflow/issues/23626
### Apache Airflow version
2.1.2
### What happened
There are multiple ways an airflow connection can be specified. the
get_conn() method contains logic to check for these various options. However,
get_uri just returns the user and password without the other paramaters.
### What you think should happen instead
get_uri should make use of the logic in get_conn() to get the proper
connection info.
### How to reproduce
Create an oracle connection with extra parmaters set as {"dsn": "hostname",
"service_name": "service_name"}
### Operating System
CENTOS 7
### Versions of Apache Airflow Providers
2.1.2
### Deployment
Virtualenv installation
### Deployment details
_No response_
### Anything else
_No response_
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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]