Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created August 18, 2022 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/7f9a77621222c986160b7a4a690fca35 to your computer and use it in GitHub Desktop.
Save garystafford/7f9a77621222c986160b7a4a690fca35 to your computer and use it in GitHub Desktop.
- name: user
description: dimension table - TICKIT users
columns:
- name: userid
data_type: int
description: primary key
tests:
- unique
- not_null
- name: username
data_type: char(8)
tests:
- unique
- not_null
- name: firstname
data_type: varchar(30)
tests:
- not_null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment