Skip to content

Fix partitioned asset events incorrectly triggering non-partition-aware DAGs#63848

Open
ShubhamGondane wants to merge 5 commits intoapache:mainfrom
ShubhamGondane:fix/63734-partitioned-asset-non-partitioned-dag
Open

Fix partitioned asset events incorrectly triggering non-partition-aware DAGs#63848
ShubhamGondane wants to merge 5 commits intoapache:mainfrom
ShubhamGondane:fix/63734-partitioned-asset-non-partitioned-dag

Conversation

@ShubhamGondane
Copy link
Contributor

Partitioned asset events (from DAGs using CronPartitionTimetable) were incorrectly
queuing non-partition-aware DAGs in AssetDagRunQueue, causing spurious
ASSET_TRIGGERED runs. Fixed by skipping the non-partitioned queue path when
partition_key is set in AssetManager._queue_dagruns.

closes: #63734


Was generative AI tooling used to co-author this PR?
  • Yes — Claude Sonnet 4.6

Generated-by: Claude Sonnet 4.6 following the guidelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Asset updates with a partition key run Dags scheduled based on the non-partitioned asset

1 participant