Set schema. Remove examples.
This commit is contained in:
parent
a8d94ded61
commit
cf93b58092
5 changed files with 22 additions and 55 deletions
21
models/staging/schema.yml
Normal file
21
models/staging/schema.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
version: 2
|
||||
|
||||
models:
|
||||
- name: stg_core_user
|
||||
description: "The staging version of Core's User table. Do not confuse with SuperhogUser."
|
||||
columns:
|
||||
- name: id_user
|
||||
description: "The primary key for this table"
|
||||
tests:
|
||||
- unique
|
||||
- not_null
|
||||
|
||||
- name: stg_core_superhog_user
|
||||
description: "The staging version of Core's SuperhogUser table. Do not confuse with User."
|
||||
columns:
|
||||
- name: id_superhoguser
|
||||
description: "The primary key for this table"
|
||||
tests:
|
||||
- unique
|
||||
- not_null
|
||||
Loading…
Add table
Add a link
Reference in a new issue