justinpakzad commented on code in PR #60070:
URL: https://github.com/apache/airflow/pull/60070#discussion_r2809477338


##########
providers/apache/hive/src/airflow/providers/apache/hive/hooks/hive.py:
##########
@@ -1134,13 +1139,13 @@ def get_pandas_df(  # type: ignore
         return self._get_pandas_df(sql, schema=schema, hive_conf=hive_conf, 
**kwargs)
 
     @property
-    def sqlalchemy_url(self) -> URL:
+    def sqlalchemy_url(self) -> "URL":

Review Comment:
   I don't think this should be a string as it's imported under if 
TYPE_CHECKING. You can just reference `URL` directly



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