From e61ddaa3c35cd1ba2a6df9fd9e45c46bf48d9db8 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Mon, 13 Jan 2025 13:40:10 +0000 Subject: [PATCH] Update install_deps docs in operator args --- docs/configuration/operator-args.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/operator-args.rst b/docs/configuration/operator-args.rst index d78b6f1b7..33df26b4e 100644 --- a/docs/configuration/operator-args.rst +++ b/docs/configuration/operator-args.rst @@ -55,6 +55,7 @@ dbt-related - ``vars``: (Deprecated since Cosmos 1.3 use ``ProjectConfig.dbt_vars`` instead) Supply variables to the project. This argument overrides variables defined in the ``dbt_project.yml``. - ``warn_error``: convert ``dbt`` warnings into errors. - ``full_refresh``: If True, then full refresh the node. This only applies to model and seed nodes. +- ``install_deps``: When using ``ExecutionMode.LOCAL`` or ``ExecutionMode.VIRTUALENV``, run ``dbt deps`` every time a task is executed. Airflow-related ...............