rawwar commented on issue #35529:
URL: https://github.com/apache/airflow/issues/35529#issuecomment-1922587725

   in `_execute_python_callable_in_subprocess` --> when calling 
`self._write_args(input_path)` it seems some object in `op_kwargs` has a 
reference to modified dag module name.. which seems to be defined as 
`f"unusual_prefix_{path_hash}_{org_mod_name}"` . 
   
   And hence, during `dill.loads`, its trying to import the dag module using 
the modified name. I am still trying to locate the exact object which is 
causing this issue. 
   
   I am still debugging this. Will post more info on this here.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to