From 1499f64c7b15da56b148cf9bcc7282ba84abd2ab Mon Sep 17 00:00:00 2001 From: Jakob Aron Hvitnov <141235900+jakob-hvitnov-telia@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:04:33 +0100 Subject: [PATCH] Remove incorrect docstring from DbtLocalBaseOperator (#797) Remove incorrect docstring from `DbtLocalBaseOperator` (relatest to #796) --------- Co-authored-by: Justin Bandoro <79104794+jbandoro@users.noreply.github.com> Co-authored-by: Tatiana Al-Chueyr --- cosmos/operators/local.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cosmos/operators/local.py b/cosmos/operators/local.py index 7c2af28f8..58e08644b 100644 --- a/cosmos/operators/local.py +++ b/cosmos/operators/local.py @@ -97,7 +97,6 @@ class DbtLocalBaseOperator(AbstractDbtBaseOperator): :param profile_name: A name to use for the dbt profile. If not provided, and no profile target is found in your project's dbt_project.yml, "cosmos_profile" is used. :param install_deps: If true, install dependencies before running the command - :param install_deps: If true, the operator will set inlets and outlets :param callback: A callback function called on after a dbt run with a path to the dbt project directory. :param target_name: A name to use for the dbt target. If not provided, and no target is found in your project's dbt_project.yml, "cosmos_target" is used.