ashb commented on code in PR #45960:
URL: https://github.com/apache/airflow/pull/45960#discussion_r1969592104
##########
task_sdk/src/airflow/sdk/api/client.py:
##########
@@ -445,6 +466,12 @@ def assets(self) -> AssetOperations:
"""Operations related to Assets."""
return AssetOperations(self)
+ @lru_cache() # type: ignore[misc]
+ @property
Review Comment:
My guess is that it didn't work, likely cos httpx.Client is slotted? That or
I stupidly never tried it 🤷🏻
--
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]