guan404ming commented on code in PR #48734:
URL: https://github.com/apache/airflow/pull/48734#discussion_r2035565768
##########
providers/oracle/src/airflow/providers/oracle/hooks/oracle.py:
##########
@@ -443,3 +443,30 @@ def handler(cursor):
)
return result
+
+ def get_uri(self):
+ """Get the URI for the Oracle connection."""
+ conn = self.get_connection(self.oracle_conn_id)
+ login = conn.login
+ password = conn.password
+ host = conn.host
+ port = conn.port or 1521
Review Comment:
Sure!
--
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]