dbt - Governance and Collaboration
Given this model contract snippet in
schema.yml:
models:
- name: orders
columns:
- name: order_id
type: integer
- name: order_date
type: date
What will happen if the orders model returns order_date as a string instead of a date?