final comments

This commit is contained in:
Joaquin Ossa 2024-09-02 17:01:18 +02:00
parent ffef9e3ff2
commit 89792cf0b7

View file

@ -185,13 +185,19 @@ models:
data_type: date
description: "Date of last update of the verification"
- name: creation_at_utc
- name: athena_creation_at_utc
data_type: timestamp without time zone
description: "Athena timestamp field of when the booking was created"
description:
"Athena timestamp referring to when the booking was created.
It's provided by Guesty, but is not mandatory.
In case of doubt use created_at_utc or created_date_utc fields"
- name: creation_date_utc
- name: athena_creation_date_utc
data_type: date
description: "Athena date field of when the booking was created"
description:
"Athena date referring to when the booking was created.
It's provided by Guesty, but is not mandatory.
In case of doubt use created_at_utc or created_date_utc fields"
- name: created_at_utc
data_type: timestamp without time zone