Skip to content

Commit

Permalink
Update core/dbt/cli/params.py
Browse files Browse the repository at this point in the history
Co-authored-by: Conrad Cartmell <[email protected]>
  • Loading branch information
leo-schick and cwcartmell authored Apr 8, 2024
1 parent 3789251 commit 4c7323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/cli/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
no_skip_on_failture = click.option(
"--no-skip-on-failture",
envvar="DBT_NO_SKIP_ON_FAILTURE",
help="If specified, dbt will proceed with downstream models even the dependent model failed.",
help="Proceed with downstream nodes even if an upstream node fails.",
is_flag=True,
)

Expand Down

0 comments on commit 4c7323c

Please sign in to comment.