[GitHub] [airflow] uranusjr commented on pull request #17597: Use built-in ``cached_property`` on Python 3.8 for Asana provider

2021-08-13 Thread GitBox
uranusjr commented on pull request #17597: URL: https://github.com/apache/airflow/pull/17597#issuecomment-898348584 Got 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.

[GitHub] [airflow] uranusjr commented on pull request #17597: Use built-in ``cached_property`` on Python 3.8 for Asana provider

2021-08-13 Thread GitBox
uranusjr commented on pull request #17597: URL: https://github.com/apache/airflow/pull/17597#issuecomment-898318923 Oops, I missed #14606 and it’s already merged. There’s actually a shim for this: ```python from airflow.compat.functools import cached_property ``` And it