Pyasma commented on code in PR #56298:
URL: https://github.com/apache/airflow/pull/56298#discussion_r2409537285


##########
providers/presto/src/airflow/providers/presto/hooks/presto.py:
##########
@@ -150,6 +151,34 @@ def get_conn(self) -> Connection:
 
         return presto_conn
 
+    @property
+    def sqlalchemy_url(self) -> URL:
+        """Return a SQLAlchemy.engine.URL object constructed from the 
connection."""

Review Comment:
   @Lee-W — Did you mean to add backticks around SQLAlchemy.engine.URL for 
readability?



-- 
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