Skip to content

Instantly share code, notes, and snippets.

@lightle
Last active April 16, 2024 07:56
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 lightle/5528f3943f00ce35893d0325324d16eb to your computer and use it in GitHub Desktop.
Save lightle/5528f3943f00ce35893d0325324d16eb to your computer and use it in GitHub Desktop.
version: 2
models:
- name: clean_orders
description: "raw orders after cleaning"
columns:
- name: customer_id
description: "The id of customers for this table"
tests:
- not_null
- name: order_number
description: "The primary key for this table"
tests:
- not_null
- unique
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment