Felix-neko commented on PR #34744: URL: https://github.com/apache/airflow/pull/34744#issuecomment-1797022391
Thank you for your PR, bro! I've checked this version with https://github.com/apache/airflow/issues/35483 DAG and the the problem with `NameError: name 'timedelta' is not defined` vanished. Now i have the same error message that I was having before updating dill from 0.3.5.1 to 0.3.6: ``` [2023-11-06, 23:11:04 UTC] {process_utils.py:182} INFO - Executing cmd: /tmp/venvwhwceipq/bin/python /tmp/venvwhwceipq/script.py /tmp/venvwhwceipq/script.in /tmp/venvwhwceipq/script.out /tmp/venvwhwceipq/string_args.txt /tmp/venvwhwceipq/termination.log [2023-11-06, 23:11:04 UTC] {process_utils.py:186} INFO - Output: [2023-11-06, 23:11:05 UTC] {process_utils.py:190} INFO - Traceback (most recent call last): [2023-11-06, 23:11:05 UTC] {process_utils.py:190} INFO - File "/tmp/venvwhwceipq/script.py", line 17, in <module> [2023-11-06, 23:11:05 UTC] {process_utils.py:190} INFO - arg_dict = dill.load(file) [2023-11-06, 23:11:05 UTC] {process_utils.py:190} INFO - File "/tmp/venvwhwceipq/lib/python3.10/site-packages/dill/_dill.py", line 287, in load [2023-11-06, 23:11:05 UTC] {process_utils.py:190} INFO - return Unpickler(file, ignore=ignore, **kwds).load() [2023-11-06, 23:11:05 UTC] {process_utils.py:190} INFO - File "/tmp/venvwhwceipq/lib/python3.10/site-packages/dill/_dill.py", line 442, in load [2023-11-06, 23:11:05 UTC] {process_utils.py:190} INFO - obj = StockUnpickler.load(self) [2023-11-06, 23:11:05 UTC] {process_utils.py:190} INFO - File "/tmp/venvwhwceipq/lib/python3.10/site-packages/dill/_dill.py", line 432, in find_class [2023-11-06, 23:11:05 UTC] {process_utils.py:190} INFO - return StockUnpickler.find_class(self, module, name) [2023-11-06, 23:11:05 UTC] {process_utils.py:190} INFO - ModuleNotFoundError: No module named 'unusual_prefix_7da5b81975a8caeba2f4e2b91b352e55493c2e25_dag' ``` But I think that it's another story and it should be grokked separately. -- 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]
