-
Notifications
You must be signed in to change notification settings - Fork 943
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
add documentation for unit testing incremental models #4959
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -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. |
There was a problem hiding this comment.
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
There was a problem hiding this 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!
Co-authored-by: Matt Shaver <[email protected]>
@matthewshaver any idea why the vercel deployment is failing? |
Missed closing the file
It's redeploying now. |
What are you changing in this pull request and why?
Closes #4929
Checklist
Adding or removing pages (delete if not applicable):
website/sidebars.js
website/static/_redirects
npm run build
to update the links that point to deleted pages