Skip to content

Commit

Permalink
Fix broken docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jan 15, 2025
1 parent 6ff8297 commit 40af413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/testing-behavior.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ As an example, if there is a test that depends on multiple models (``model_a`` a
While the standard behavior of Cosmos works for many cases, there are a few scenarios when the test fails unless both models
run. To overcome this issue, starting in Cosmos 1.8.2, we introduced the parameter
``should_detach_multiple_parents_tests`` in ``RenderConfig``. By default, it is ``False``. If it is set to ``True`` and
``TestBehavior` is ``AFTER_EACH`` or ``BUILD``, Cosmos will identify all the test nodes that depend on multiple parents
``TestBehavior`` is ``AFTER_EACH`` or ``BUILD``, Cosmos will identify all the test nodes that depend on multiple parents
and will create a standalone test task for each of them.

Cosmos will attempt to name this task after the test's original name. However, since some test names can exceed 250 characters and Airflow does not support IDs longer than this limit, Cosmos will assign names like “detached_0_test,” incrementing the number as needed.
Expand Down

0 comments on commit 40af413

Please sign in to comment.