-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CT-2443] [Regression] dbt snapshot
command uses target path, but does not have a CLI option to specify it.
#7418
Labels
Comments
github-actions
bot
changed the title
[Bug]
[CT-2443] [Bug] Apr 20, 2023
dbt snapshot
command uses target path, but does not have a CLI option to specify it.dbt snapshot
command uses target path, but does not have a CLI option to specify it.
6 tasks
Thanks for trying out 1.5 and reporting this @dwreeves 🏅 I suspect that the behavior you are seeing is because Lines 638 to 655 in 1722079
I'm going to re-label this as a regression. |
dbeatty10
changed the title
[CT-2443] [Bug]
[CT-2443] [Regression] Apr 20, 2023
dbt snapshot
command uses target path, but does not have a CLI option to specify it.dbt snapshot
command uses target path, but does not have a CLI option to specify it.
2 tasks
6 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is this a new bug in dbt-core?
Current Behavior
the
dbt snapshot
command does not have a--target-path
option.Expected Behavior
Because the
dbt snapshot
command uses the target path as part of its runtime, I expected that you would also be able to specify it. This is also a regression from our end (we are upgrading from dbt 1.1 to 1.5), as we were using a custom target path to run everything out of.Steps To Reproduce
Attempt the command
dbt snapshot --target-path my/custom/path
.Relevant log output
No response
Environment
Which database adapter are you using with dbt?
snowflake
Additional Context
No response
The text was updated successfully, but these errors were encountered: