Revert "Created address_validation in staging"
This reverts commit 4a6fdd5ac7.
This commit is contained in:
parent
4a6fdd5ac7
commit
52f42b9e9b
2 changed files with 1 additions and 88 deletions
|
|
@ -1855,66 +1855,4 @@ models:
|
|||
data_type: date
|
||||
description: |
|
||||
Date of the last time the information of the Host was updated
|
||||
in our systems.
|
||||
|
||||
- name: int_core__address_validation
|
||||
description:
|
||||
"This table shows whether a request for Check-in cover was approved or not.
|
||||
For each verification there is a unique address_validation."
|
||||
columns:
|
||||
- name: id_address_validation
|
||||
data_type: bigint
|
||||
description: "Unique value for the address validation"
|
||||
tests:
|
||||
- unique
|
||||
- not_null
|
||||
|
||||
- name: id_verification
|
||||
data_type: bigint
|
||||
description: "Unique value for the verification"
|
||||
tests:
|
||||
- unique
|
||||
- not_null
|
||||
|
||||
- name: id_verification_request
|
||||
data_type: bigint
|
||||
description: "Id value for the verification request"
|
||||
|
||||
- name: id_accommodation
|
||||
data_type: bigint
|
||||
description: "Id of the accommodation or listing"
|
||||
|
||||
- name: validation_passed
|
||||
data_type: boolean
|
||||
description: "Boolean to identify if the validation passed or not"
|
||||
tests:
|
||||
- accepted_values:
|
||||
values:
|
||||
- True
|
||||
- False
|
||||
|
||||
- name: feature_size_meters
|
||||
data_type: numeric
|
||||
description: ""
|
||||
|
||||
- name: feature_size_meters_upper_limit
|
||||
data_type: numeric
|
||||
description: ""
|
||||
|
||||
- name: notes
|
||||
data_type: character varying
|
||||
description: "Notes in case the validation failed"
|
||||
|
||||
- name: created_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description: "Date and time of creation of the address validation"
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: updated_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description: "Date of creation of the address validation"
|
||||
|
||||
- name: dwh_extracted_at_utc
|
||||
data_type: timestamp with time zone
|
||||
description: "Date and time at which data was extracted to dwh"
|
||||
in our systems.
|
||||
Loading…
Add table
Add a link
Reference in a new issue