ephraimbuddy commented on code in PR #45860:
URL: https://github.com/apache/airflow/pull/45860#discussion_r1936084950


##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -850,7 +850,9 @@ def process_executor_events(
                 ti.task = task
                 if task.on_retry_callback or task.on_failure_callback:
                     request = TaskCallbackRequest(
-                        full_filepath=ti.dag_model.fileloc,
+                        filepath=str(ti.dag_model.fileloc),
+                        bundle_name=ti.dag_model.bundle_name,
+                        bundle_version=ti.dag_model.bundle_version,

Review Comment:
   I made this to be from the dagversion which I think should be more authentic



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