-
Notifications
You must be signed in to change notification settings - Fork 977
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 materialized view configuration for postgres #4590
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
These docs are super helpful! Learned a lot reading them 🧠
I checked out the preview and I left some comments.
The content style guide doesn't cover how we want to display data types, so not sure which of these variants that we want to use:
boolean
BOOLEAN
<boolean>
<BOOLEAN>
- etc.
So I'll leave that part for a member of the Docs team to cover.
Co-authored-by: Doug Beatty <[email protected]>
Co-authored-by: Doug Beatty <[email protected]>
What are you changing in this pull request and why?
I'm updating the configuration documentation for materialized views in
dbt-postgres
. We didn't initially support swapping materialized views with non-materialized views (e.g. table, view, etc.) in 1.6. We now support that for 1.7. While making these updates, I also implemented a structure that aligns with the structure I used fordbt-bigquery
.Checklist