mohit7705 commented on code in PR #59940:
URL: https://github.com/apache/airflow/pull/59940#discussion_r2655876605
##########
providers/postgres/src/airflow/providers/postgres/hooks/postgres.py:
##########
@@ -389,8 +400,17 @@ def get_uri(self) -> str:
:return: the extracted URI in Sqlalchemy URI format.
"""
+ try:
+ import sqlalchemy # noqa: F401
Review Comment:
can you check once again.
--
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]