uranusjr commented on code in PR #31414:
URL: https://github.com/apache/airflow/pull/31414#discussion_r1201989475


##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -1389,6 +1388,11 @@ def _schedule_dag_run(
             self.log.error("Couldn't find DAG %s in DAG bag or database!", 
dag_run.dag_id)
             return callback
         if not dag_model:
+            self.log.info(
+                "DAG %s scheduling was skipped, "
+                "probably because DAG was None due to skip_locked in 
with_row_locks",

Review Comment:
   A regular Airflow user does not likely know what _due to skip_locked in 
with_row_locks_ mean (they are functions only people implementing Airflow would 
use). It would be a good idea to use a more generic wording here.



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