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


##########
airflow-core/src/airflow/executors/workloads/callback.py:
##########
@@ -73,7 +73,12 @@ class ExecuteCallback(BaseDagBundleWorkload):
 
     callback: CallbackDTO
 
-    type: Literal["ExecuteCallback"] = Field(init=False, 
default="ExecuteCallback")
+    type: Literal[WorkloadType.EXECUTE_CALLBACK] = Field(init=False, 
default=WorkloadType.EXECUTE_CALLBACK)
+
+    @property
+    def queue_key(self):

Review Comment:
   Typing please, according to comment above.



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