Skip to content

Commit

Permalink
add --target-path to snapshot command (#7419) (#7826)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Reeves <31971762+dwreeves@users.noreply.github.com>
  • Loading branch information
emmyoop and dwreeves authored Jun 8, 2023
1 parent 467cae0 commit 3a81fa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20230420-104254.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: Add --target-path to dbt snapshot command.
time: 2023-04-20T10:42:54.17972-04:00
custom:
Author: dwreeves
Issue: "7418"
1 change: 1 addition & 0 deletions core/dbt/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ def seed(ctx, **kwargs):
@p.state
@p.deprecated_state
@p.target
@p.target_path
@p.threads
@p.vars
@requires.postflight
Expand Down

0 comments on commit 3a81fa9

Please sign in to comment.