potiuk commented on code in PR #58825:
URL: https://github.com/apache/airflow/pull/58825#discussion_r2574317892


##########
shared/import_utils/src/airflow_shared/import_utils/module_loading.py:
##########
@@ -67,3 +67,25 @@ def qualname(o: object | Callable) -> str:
 
 def iter_namespace(ns: ModuleType):
     return pkgutil.iter_modules(ns.__path__, ns.__name__ + ".")
+
+
+def is_valid_dotpath(path: str) -> bool:

Review Comment:
   I wonder if someone is able to say what problems such sharing might cause - 
even for small modules - with this setup. 
   
   To be honest - I thought very hard and I can't think of any problem we can 
prevent by having "less" of those shared modules.
   
   But maybe there is some I do not see ?



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