bob-skowron commented on code in PR #63611:
URL: https://github.com/apache/airflow/pull/63611#discussion_r2943625086
##########
providers/databricks/src/airflow/providers/databricks/hooks/databricks_base.py:
##########
@@ -142,6 +143,10 @@ def __init__(
self._metadata_expiry: float = 0
self._metadata_ttl: int = 300
+ # Cache for lack of an async @cached_property
+ self._async_databricks_conn: Connection | None = None
Review Comment:
Opted for `a_<name>` to be consistent with `databricks.py`
--
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]