ShubhamGondane commented on code in PR #63848:
URL: https://github.com/apache/airflow/pull/63848#discussion_r2955940609


##########
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:
   I may be wrong but isn't this section already handling that? 
   
https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/assets/manager.py#L385-L395
   where it skips partition-aware DAGs when the event has no partition_key.



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