Skip to content

Commit

Permalink
Added schema.yml for chapter5
Browse files Browse the repository at this point in the history
  • Loading branch information
vinooganesh committed Jul 29, 2023
1 parent 6ca77cd commit 26afbf7
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions chapter5/models/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,24 @@
version: 2

models:
- name: ""
description: ""
- name: adid_data
columns:
- name: id
description: ""
tests: []
- name: adid
tests:
- unique
- not_null
- name: latitude
tests:
- not_null
- name: longitude
tests:
- not_null
- name: city
tests:
- not_null
- name: eventdate
tests:
- not_null
- name: cohort
tests:
- not_null

0 comments on commit 26afbf7

Please sign in to comment.