Update multi-project docs for v1.5.0-b4 (March 16) #2945
Labels
content
Improvements or additions to content
dbt-core v1.5
Docs impact for the v1.5 release (Apr 2023)
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Milestone
Contributions
Link to the page on docs.getdbt.com requiring updates
https://docs.getdbt.com/docs/collaborate/publish/model-contracts
https://docs.getdbt.com/reference/resource-configs/contract
https://docs.getdbt.com/reference/resource-properties/columns
What part(s) of the page would you like to see updated?
data_type
incorporated into preflight checkdata_type
- name is recognized by data platform in SQL. If you can cast to it, it's a valid value fordata_type
. dbt does not do any type aliasing, it defers it to the data platform, and the data platform may have internal rules around aliasing, if there is a mismatch - you will see internal representation in error.data_type
is no longer just for metadata purposes, but is enforced whencontract: true
view
materialization, in addition totable
Additional information
Relevant
dbt-core
issues:https://www.notion.so/dbtlabs/dbt-Core-v1-5-docs-a2ae11be77bf47629f85faf7a3f27991
The text was updated successfully, but these errors were encountered: