jason810496 commented on PR #42902: URL: https://github.com/apache/airflow/pull/42902#issuecomment-2406540148
If we directly hash the original module name, it will definitely work. However, I think it's better to convert characters that could be interpreted as Python operators (like `.` or `-`) into underscores.The original module name is derived from the DAG file name by using `rsplit` to remove the file extension. The original developer probably intended to retain some readability. -- 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]
