vincbeck commented on code in PR #31135:
URL: https://github.com/apache/airflow/pull/31135#discussion_r1188792119


##########
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:
   I did it for this one but I dont think we should try to solve both problems 
in this PR. There are already a lot of changes here so I think it is better to 
have 2 different PRs for these 2 different problems. The code is D205, it is 
listed as part of #10742



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