dondaum commented on code in PR #66702:
URL: https://github.com/apache/airflow/pull/66702#discussion_r3217387203


##########
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:
   Technically speaking, we should somehow link this to 
[this](https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/utils/file.py#L35).
 Perhaps it should be part of the common providers or even the shared modules?



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