potiuk commented on PR #32495: URL: https://github.com/apache/airflow/pull/32495#issuecomment-1631994691
> With the recent commit, I made the jsonschema import at the function level when needed. Still i am unable to resolve that issue: Ah yeah: ``` ALL_PROVIDER_YAMLS = load_package_data() ``` Will run load_package_data at import time. You will have to give to have it as top-level variable and make internal variable in ``get_available_packages`` -- 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]
