wjddn279 commented on code in PR #67679:
URL: https://github.com/apache/airflow/pull/67679#discussion_r3332901075


##########
providers/edge3/src/airflow/providers/edge3/cli/worker.py:
##########
@@ -422,7 +422,7 @@ def _get_state(self) -> EdgeWorkerState:
             return EdgeWorkerState.MAINTENANCE_MODE
         return EdgeWorkerState.IDLE
 
-    def _run_job_via_supervisor(self, workload: ExecuteTask, error_file_path: 
Path) -> int:
+    def _run_job_via_supervisor(self, workload: ExecuteTypeBody, 
error_file_path: Path) -> int:
         """Run a task by calling the supervisor directly (executes inside a 
forked child process)."""
         _reset_parent_signal_state()
 

Review Comment:
   I found the existing issue related this comment, I will open pr to handle it!



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