doiken commented on code in PR #31414:
URL: https://github.com/apache/airflow/pull/31414#discussion_r1203311827
##########
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:
I felt exactly the same way.
I have corrected the log message
https://github.com/apache/airflow/pull/31414/commits/fe6df83a84fa7c64799afeea8165d2bcfbf833ce
--
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]