uranusjr commented on PR #61036: URL: https://github.com/apache/airflow/pull/61036#issuecomment-3803310826
The logic looks right to me, but I don’t like how a decorator magically modifies the global state (an environment variable) that _leaks out after it exits_. If we’re to do this, the environment varialbe needs to be restored when the context ends. -- 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]
