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


##########
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:
   +1 to this structure :) 



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