justinpakzad commented on code in PR #60070:
URL: https://github.com/apache/airflow/pull/60070#discussion_r2678669408
##########
providers/apache/hive/src/airflow/providers/apache/hive/hooks/hive.py:
##########
@@ -1134,13 +1142,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):
Review Comment:
You should still include the return type here: `-> URL`. You can add the
import under the if TYPE_CHECKING condition.
--
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]