ShubhamGondane commented on code in PR #63848:
URL: https://github.com/apache/airflow/pull/63848#discussion_r2968915516
##########
airflow-core/src/airflow/assets/manager.py:
##########
@@ -358,7 +358,7 @@ def _queue_dagruns(
)
non_partitioned_dags = dags_to_queue.difference(partition_dags) #
don't double process
- if not non_partitioned_dags:
+ if not non_partitioned_dags or partition_key is not None:
Review Comment:
Thanks for the detailed explanation!
I'm still relatively new to this codebase and working through all the pieces
--
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]