jscheffl commented on code in PR #44982:
URL: https://github.com/apache/airflow/pull/44982#discussion_r1906065896


##########
providers/src/airflow/providers/edge/executors/edge_executor.py:
##########
@@ -129,6 +129,34 @@ def execute_async(
             )
         )
 
+    @provide_session
+    def queue_workload(
+        self,
+        workload: Any,  # Note actually "airflow.executors.workloads.All" but 
not existing in Airflow 2.10

Review Comment:
   For the moment we are using Edge Executor in Airflow 2.10. Once we have 
Airflow 3 as GA, the agreement was to drop Airflow 2.10 support. Then we can 
clean-up the type definition (and other compat things)



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