diff --git a/.changes/unreleased/Fixes-20230420-104254.yaml b/.changes/unreleased/Fixes-20230420-104254.yaml new file mode 100644 index 00000000000..5f3cbeed0dd --- /dev/null +++ b/.changes/unreleased/Fixes-20230420-104254.yaml @@ -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" diff --git a/core/dbt/cli/main.py b/core/dbt/cli/main.py index 342a1530ef7..87c8424bfee 100644 --- a/core/dbt/cli/main.py +++ b/core/dbt/cli/main.py @@ -648,6 +648,7 @@ def seed(ctx, **kwargs): @p.state @p.deprecated_state @p.target +@p.target_path @p.threads @p.vars @requires.postflight