potiuk commented on issue #49887: URL: https://github.com/apache/airflow/issues/49887#issuecomment-2862104421
> It’s likely something in airflow/__init__.py, that file is quite dirty and has a ton of side effect. I doubt it's directly `__init__.py` - maybe some lazy thing that gets initialized later - the init file is always imported anyway by a sheer fact we use dag classes - basically airflow's init is importer first time we use any class from airflow - including task SDK. We should indeed get rid of the side effect of this unit - but it's not likely the cause -- 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]
