uranusjr commented on code in PR #67184:
URL: https://github.com/apache/airflow/pull/67184#discussion_r3378642970


##########
airflow-core/src/airflow/assets/manager.py:
##########
@@ -624,7 +630,7 @@ def _queue_partitioned_dags(
                             f"uri='{asset_model.uri}') in target Dag 
'{target_dag.dag_id}' "
                             f"produced {len(target_keys)} downstream keys from 
"
                             f"partition_key='{partition_key}', exceeding "
-                            f"[scheduler] 
partition_mapper_max_downstream_keys={max_downstream_keys}. "
+                            f"{cap_source}. "

Review Comment:
   We should probably provide some context on _which_ cap was exceeded. Maybe 
add it to the error log message above?



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