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

add documentation for unit testing incremental models #4959

Merged
merged 10 commits into from
Feb 22, 2024

Conversation

graciegoheen
Copy link
Collaborator

What are you changing in this pull request and why?

Closes #4929

Checklist

Adding or removing pages (delete if not applicable):

  • Add/remove page in website/sidebars.js
  • Provide a unique filename for new pages
  • Add an entry for deleted pages in website/static/_redirects
  • Run link testing locally with npm run build to update the links that point to deleted pages

@graciegoheen graciegoheen requested a review from a team as a code owner February 20, 2024 22:50
Copy link

vercel bot commented Feb 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 22, 2024 8:57pm

@github-actions github-actions bot added content Improvements or additions to content size: medium This change will take up to a week to address labels Feb 20, 2024
@@ -153,6 +153,10 @@ When `format: csv`, can either supply:
- If you do supply an input for a seed, we will use that input instead.
- You can also have “empty” inputs, by setting rows to an empty list `rows: []`

### Overrides

When configuring your unit test, you can override the output of macros, vars, or environment variables for a given unit test.
Copy link
Collaborator Author

@graciegoheen graciegoheen Feb 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably have more examples / info here - but added this as a stub for now

added to follow up issue #4889

Copy link
Contributor

@MichelleArk MichelleArk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Content looks spot-on!

@graciegoheen
Copy link
Collaborator Author

@matthewshaver any idea why the vercel deployment is failing?

Missed closing the file
@matthewshaver
Copy link
Contributor

@matthewshaver any idea why the vercel deployment is failing?

It's redeploying now.

@graciegoheen graciegoheen merged commit 97effa2 into current Feb 22, 2024
7 checks passed
@graciegoheen graciegoheen deleted the feature/document_unit_testing_incremental_models branch February 22, 2024 20:57
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 February-2024 size: medium This change will take up to a week to address
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs for unit testing incremental models
4 participants