Exposing models into Whaly
Exposing a model
meta:
expose_in_whaly: trueversion: 2
models:
- name: jaffle_customers
meta:
expose_in_whaly: true # <===
description: "A transformed version of customers through dbt"
columns:
- name: customer_id
description: "The primary key for this table"
tests:
- unique
- not_nullExposing a source
Last updated
Was this helpful?
