From 3f15a3778f3d3640c8c8dac40bb2051ea4feee05 Mon Sep 17 00:00:00 2001 From: Marco Yuen Date: Tue, 4 Jun 2024 17:27:52 -0400 Subject: [PATCH] add doc --- docs/getting_started/execution-modes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting_started/execution-modes.rst b/docs/getting_started/execution-modes.rst index 1b1a35cb9..266b40f32 100644 --- a/docs/getting_started/execution-modes.rst +++ b/docs/getting_started/execution-modes.rst @@ -92,6 +92,7 @@ Some drawbacks of this approach: - It is slower than ``local`` because it creates a new Python virtual environment for each Cosmos dbt task run. - If dbt is unavailable in the Airflow scheduler, the default ``LoadMode.DBT_LS`` will not work. In this scenario, users must use a `parsing method `_ that does not rely on dbt, such as ``LoadMode.MANIFEST``. +- Only ``InvocationMode.SUBPROCESS`` is supported currently, attempt to use ``InvocationMode.DBT_RUNNER`` will raise error. Example of how to use: