remove tests
This commit is contained in:
parent
8253b370d7
commit
744f8c6bf6
1 changed files with 0 additions and 11 deletions
|
|
@ -122,22 +122,11 @@ seeds:
|
||||||
This is a static snapshot and we currently have no intent of maintaining up to date.
|
This is a static snapshot and we currently have no intent of maintaining up to date.
|
||||||
|
|
||||||
columns:
|
columns:
|
||||||
- name: country_name
|
|
||||||
data_type: character varying
|
|
||||||
description: The name of the country.
|
|
||||||
|
|
||||||
tests:
|
|
||||||
- not_null
|
|
||||||
- unique
|
|
||||||
|
|
||||||
- name: "Booking ID"
|
- name: "Booking ID"
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
description: |
|
description: |
|
||||||
The internal ID of this booking in Athena. Matches with the booking ID
|
The internal ID of this booking in Athena. Matches with the booking ID
|
||||||
in the Athena verifications table.
|
in the Athena verifications table.
|
||||||
tests:
|
|
||||||
- not_null
|
|
||||||
- unique
|
|
||||||
|
|
||||||
- name: "Claim Date"
|
- name: "Claim Date"
|
||||||
data_type: timestamp
|
data_type: timestamp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue