Skip to content
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

Use the --empty flag for unit testing incremental models that don't yet exist #6050

Open
1 task done
dbeatty10 opened this issue Sep 11, 2024 · 0 comments
Open
1 task done
Labels
content Improvements or additions to content improvement Use this when an area of the docs needs improvement as it's currently unclear

Comments

@dbeatty10
Copy link
Contributor

Contributions

  • I have read the contribution docs, and understand what's expected of me.

Link to the page on docs.getdbt.com requiring updates

https://docs.getdbt.com/docs/build/unit-tests#unit-testing-incremental-models

What part(s) of the page would you like to see updated?

Add the caveat that incremental models need to exist in the database first before running unit tests or doing a dbt build. So our recommendation is to do something like this to make sure all the incremental tables exist first:

dbt run --select "config.materialized:incremental" --empty

Additional information

See dbt-labs/dbt-core#10695

See also:

image
@dbeatty10 dbeatty10 added content Improvements or additions to content improvement Use this when an area of the docs needs improvement as it's currently unclear labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content improvement Use this when an area of the docs needs improvement as it's currently unclear
Projects
None yet
Development

No branches or pull requests

1 participant