uranusjr commented on code in PR #31135:
URL: https://github.com/apache/airflow/pull/31135#discussion_r1187930553
##########
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:
Let’s split this sentence into a short one (*Run the job.*) and a longer,
detailed description. I don’t remember the code but there’s another check we
plan to enable that checks this.
--
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]