michotross257 commented on code in PR #39652:
URL: https://github.com/apache/airflow/pull/39652#discussion_r1621073068
##########
airflow/models/connection.py:
##########
@@ -271,12 +271,6 @@ def _create_host(protocol, host) -> str | None:
def get_uri(self) -> str:
"""Return connection in URI format."""
- if self.conn_type and "_" in self.conn_type:
Review Comment:
Hey @dirrao - any recommendations for getting other eyes on this?
--
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]