gopidesupavan commented on issue #47854:
URL: https://github.com/apache/airflow/issues/47854#issuecomment-2742607752

   > alright I understood moving `integrate_macros_plugins` to sdk might solve 
instead of loading it from the airflow-core.
   
   Sorry this was my wrong assumption, even we move this it will fail because 
the virtual env runs in different process so its trying to load settings 
causing this issue. so when anything imports from airflow.* the very first time 
this is getting called in virtual env 
https://github.com/apache/airflow/blob/main/airflow/__init__.py#L78, One option 
added was it ignore calling `configure_orm` when inside virtual env with 
setting env variable inside jinja script.  


-- 
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]

Reply via email to