Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/guides/run_dbt/airflow-worker/async-execution-mode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,6 @@ Limitations

8. **TeardownAsyncOperator limitation**: When using a remote object location, in addition to the ``SetupAsyncOperator``, a ``TeardownAsyncOperator`` is also added to the DAG. This task will delete the SQL files from the remote location by the end of the DAG Run. This is can lead to a limitation from a retry perspective, as described in the issue `#2066 <https://github.com/astronomer/astronomer-cosmos/issues/2066>`_. This can be avoided by setting the ``enable_teardown_async_task`` configuration to ``False``, as described in the :ref:`enable_teardown_async_task` section.

9. **Incremental models not supported**: Incremental models using the ``merge`` or ``insert_overwrite`` strategy are not supported. Use ``ExecutionMode.LOCAL`` for incremental models.

For a comparison between different Cosmos execution modes, please, check the :ref:`execution-modes-comparison` section.