dstandish commented on code in PR #42913:
URL: https://github.com/apache/airflow/pull/42913#discussion_r1819795099


##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -1426,7 +1426,8 @@ def _create_dag_runs_asset_triggered(
                 )
                 continue
 
-            dag_hash = self.dagbag.dags_hash.get(dag.dag_id)
+            # dag_hash = self.dagbag.dags_hash.get(dag.dag_id)

Review Comment:
   remove commented code



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to