ashb commented on a change in pull request #20795:
URL: https://github.com/apache/airflow/pull/20795#discussion_r781619342
##########
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:
I did wonder if this might cause a problem. I guess it should be `int |
str | None` then.
--
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]