leossantos commented on code in PR #63546:
URL: https://github.com/apache/airflow/pull/63546#discussion_r2997578567


##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -1326,6 +1326,13 @@ def _create_dagruns_for_dags(self, guard: 
CommitProhibitorGuard, session: Sessio
         non_dataset_dags = 
all_dags_needing_dag_runs.difference(dataset_triggered_dags)
         self._create_dag_runs(non_dataset_dags, session)
         if dataset_triggered_dags:
+            self.log.info(

Review Comment:
   I removed this log, because I was using to debug.



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