jason810496 commented on code in PR #61831:
URL: https://github.com/apache/airflow/pull/61831#discussion_r2802775614


##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
@@ -1804,6 +1804,7 @@ def _create_dagruns_for_partitioned_asset_dags(self, 
session: Session) -> set[st
                         select(1).where(
                             PartitionedAssetKeyLog.asset_id == AssetModel.id,
                             PartitionedAssetKeyLog.asset_partition_dag_run_id 
== apdr.id,
+                            PartitionedAssetKeyLog.target_partition_key == 
apdr.partition_key,

Review Comment:
   Non-blocking nit: Do we need to add corresponding test case to reflect the 
change?



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