remove tests

This commit is contained in:
Pablo Martin 2024-10-10 14:34:15 +02:00
parent 8253b370d7
commit 744f8c6bf6

View file

@ -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