Skip to content

Commit

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

---------

Co-authored-by: Justin Bandoro <79104794+jbandoro@users.noreply.github.com>
Co-authored-by: Tatiana Al-Chueyr <tatiana.alchueyr@gmail.com>
  • Loading branch information
3 people authored and arojasb3 committed Jul 14, 2024
1 parent 06b154c commit 1499f64
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 @@ -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.
Expand Down

0 comments on commit 1499f64

Please sign in to comment.