uranusjr commented on code in PR #31135:
URL: https://github.com/apache/airflow/pull/31135#discussion_r1187931115
##########
airflow/jobs/job.py:
##########
@@ -267,7 +267,7 @@ def run_job(
) -> int | None:
"""
Runs the job. The Job is always an ORM object and setting the state is
happening within the
- same DB session and the session is kept open throughout the whole execution
+ same DB session and the session is kept open throughout the whole
execution.
Review Comment:
There are several others that should be split. I’ll skip commenting on each
one of these.
--
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]