uranusjr commented on a change in pull request #20795:
URL: https://github.com/apache/airflow/pull/20795#discussion_r782713312



##########
File path: airflow/executors/base_executor.py
##########
@@ -55,7 +55,7 @@ class BaseExecutor(LoggingMixin):
         ``0`` for infinity
     """
 
-    job_id: Optional[str] = None
+    job_id: Optional[int] = None

Review comment:
       Changing this to `int | str | None` affects quite a few things to make 
the changes non-trivial, so I created a separate PR for easier review: 
astronomer/airflow#1481.




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