Mercury2699 commented on issue #68045:
URL: https://github.com/apache/airflow/issues/68045#issuecomment-4674736752

   Resolved by PR #64571 ("AIP-76: Hold Dag run until all upstream partitions 
arrive", merged Jun 5 2026). That PR rewrote 
`_create_dagruns_for_partitioned_asset_dags` with 
`with_row_locks(of=AssetPartitionDagRun, skip_locked=True, key_share=False)` 
built in, which prevents the HA race condition described here.
   
   The fix is on `main` and will ship in the next Airflow release (3.3.0 or a 
3.2.x backport). PR #68061 (which targeted this issue) is now redundant.


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