ferruzzi commented on code in PR #66702: URL: https://github.com/apache/airflow/pull/66702#discussion_r3230190510
########## task-sdk/src/airflow/sdk/execution_time/callback_supervisor.py: ########## @@ -66,6 +69,7 @@ class _BundleInfoLike(Protocol): __all__ = ["CallbackSubprocess", "supervise_callback"] log: FilteringBoundLogger = structlog.get_logger(logger_name="callback_supervisor") +UNUSUAL_MODULE_PREFIX = "unusual_prefix_" Review Comment: I'd go with Option 1 (_shared/module_loading). The constant is about module naming during import, which feels like that's exactly what that package handles. It can always be shuffled around later, I guess; I don't know if it's worth bikeshedding either way -- 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]
