amoghrajesh commented on PR #71756: URL: https://github.com/apache/airflow/pull/71756#issuecomment-5420834882
That was my first attempt as well but in this case memoisation is conditional. Following core, nothing is cached until a custom backend is configured, so one appearing after the first lookup is still picked up. `functools.cache` caches unconditionally -- 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]
