-
Notifications
You must be signed in to change notification settings - Fork 948
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
New materialized view adapter support #3593
Conversation
✅ Deploy Preview for docs-getdbt-com ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
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.
Just one small feedback comment: can you create a reusable for the example? It seems the same in all three. Here's what that would look like: https://github.com/dbt-labs/docs.getdbt.com/pull/3616/files
- `skip` — allows runs to continue while also providing a warning that the model was skipped | ||
- `fail` — forces runs to fail if a change is detected in a materialized view | ||
|
||
You can create a materialized view by editing _one_ of these files: |
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.
@matthewshaver can we add line 779 - 806 into a partial (was snippet) and reuse this content for all three pages? This will help us maintain docs content and more update this section in the future. I think these lines are exactly the same, but I didn't do a diff, so 🤷🏻♀️
resolves #3696 resolves #3723 Revise v1.6 migration guide for readability. Still a handful of TODOs. ### Materialized views - Add `VersionBlock` components for adapter MVs, missed in #3593 - We seem to be missing docs on Snowflake dynamic tables. I don't know why #3494 was closed. ### Other updates - Add manifest v10 (will need addition to schemas.getdbt.com: dbt-labs/schemas.getdbt.com#24) - Add note to upgrade guide for `state:old` and `state:unmodified` (missed in #3596). I haven't done a thorough comb-through of other closed v1.6 PRs to see what needs addition to the migration guide.
What are you changing in this pull request and why?
Documenting support for
materialize_view
on adapters for:Bigquery
Redshift
Postgres
Checklist