rawwar commented on code in PR #37165:
URL: https://github.com/apache/airflow/pull/37165#discussion_r1477280934


##########
airflow/utils/file.py:
##########
@@ -379,3 +382,9 @@ def iter_airflow_imports(file_path: str) -> Generator[str, 
None, None]:
     for m in _find_imported_modules(parsed):
         if m.startswith("airflow."):
             yield m
+
+
+def get_unique_dag_module_name(file_path):

Review Comment:
   I am not sure if this is the right place to keep this utility function. 
Please do suggest where it is good to be placed.



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