ashb commented on code in PR #57744:
URL: https://github.com/apache/airflow/pull/57744#discussion_r2537382548
##########
devel-common/src/tests_common/test_utils/config.py:
##########
@@ -61,6 +61,43 @@ def conf_vars(overrides):
settings.configure_vars()
[email protected]
+def task_sdk_conf_vars(overrides):
Review Comment:
I don't think we should have two -- that is confusing to test code and
leaking all sorts of implementation details.
Instead, we should/could look at `sys.modules` and see if code/sdk are
already loaded and then update things there if needed.
--
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]