[Feature] Support --empty
flag for snapshots
#10372
Labels
empty
Issues related to the --empty CLI flag
enhancement
New feature or request
paper_cut
A small change that impacts lots of users in their day-to-day
snapshots
Issues related to dbt's snapshot functionality
unit tests
Issues related to built-in dbt unit testing functionality
Is this your first time submitting a feature request?
Describe the feature
Support the empty flag for snapshots. Currently,
dbt snapshot --empty
results in the error: "Error: No such option: --empty Did you mean --help?". This means unit tests for models downstream of snapshots cannot run with the usual workflow.Describe alternatives you've considered
Running upstreams of snapshots with --empty then running the snapshots. This makes configuring unit tests in CI much more complex as you need the additional steps:
Who will this benefit?
Users of unit tests and snapshots
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: