Replace placeholder for the materialized
config
#4694
Labels
content
Improvements or additions to content
improvement
Use this when an area of the docs needs improvement as it's currently unclear
priority: medium
Fix or enhancement to existing information that’s creating some requests from customers
size: small
This change will take 1 to 2 days to address
Contributions
Link to the page on docs.getdbt.com requiring updates
What part(s) of the page would you like to see updated?
Problem
The page currently has the following message:
Solution
If we update this page to have a similar style to
sql_header
oron_configuration_change
, then we can remove the following scary message 😎Potential content
dbt_project.yml
models/<modelname>.sql
models/properties.yml
Definition
Materializations are strategies for persisting dbt models in a warehouse. There are five types of materializations built into dbt. They are:
ephemeral
table
view
materialized_view
incremental
You can also configure custom materializations in dbt. Custom materializations are a powerful way to extend dbt's functionality to meet your specific needs.
Additional information
No response
The text was updated successfully, but these errors were encountered: