Skip to content

Commit

Permalink
Remove incorrect docstring from DbtLocalBaseOperator (#797)
Browse files Browse the repository at this point in the history
Remove incorrect docstring from `DbtLocalBaseOperator` (relatest to
#796)

---------

Co-authored-by: Justin Bandoro <[email protected]>
Co-authored-by: Tatiana Al-Chueyr <[email protected]>
(cherry picked from commit ef2c7bb)
  • Loading branch information
jakob-hvitnov-telia authored and tatiana committed Jan 26, 2024
1 parent 3b4d570 commit 6657ed1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cosmos/operators/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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.
Expand Down

0 comments on commit 6657ed1

Please sign in to comment.