Lee-W commented on code in PR #63773:
URL: https://github.com/apache/airflow/pull/63773#discussion_r2944852853
##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
@@ -1838,6 +1838,7 @@ def _create_dagruns_for_dags(self, guard:
CommitProhibitorGuard, session: Sessio
if asset_triggered_dags:
self._create_dag_runs_asset_triggered(
dag_models=[d for d in asset_triggered_dags if d.dag_id not in
partition_dag_ids],
+ triggered_date_by_dag=triggered_date_by_dag,
Review Comment:
This has been removed in another PR. probably a bad rebase/
##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
@@ -1838,6 +1838,7 @@ def _create_dagruns_for_dags(self, guard:
CommitProhibitorGuard, session: Sessio
if asset_triggered_dags:
self._create_dag_runs_asset_triggered(
dag_models=[d for d in asset_triggered_dags if d.dag_id not in
partition_dag_ids],
+ triggered_date_by_dag=triggered_date_by_dag,
Review Comment:
This has been removed in another PR. Probably a bad rebase?
--
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]