Skip to content

Commit

Permalink
Docs: Update operator args docs to include install_deps (#1456)
Browse files Browse the repository at this point in the history
Although Cosmos has had this feature for a while, we missed documenting
it.
  • Loading branch information
tatiana authored Jan 14, 2025
1 parent 2277e2c commit 768a0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration/operator-args.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
...............
Expand Down

0 comments on commit 768a0b9

Please sign in to comment.