Added core__unified_user to reporting with the documentation
This commit is contained in:
parent
328723b9ab
commit
33aac0be1a
2 changed files with 194 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ models:
|
|||
probably broken and unreliable.
|
||||
|
||||
For more details, contact pablo.martin or Lawrence.
|
||||
|
||||
- name: core__verification_requests
|
||||
description:
|
||||
This is a table that shows all guest journey from our guests users with
|
||||
|
|
@ -653,3 +654,157 @@ models:
|
|||
description: |
|
||||
relative increment between value vs. previous_year_value. If previous_year_value is null,
|
||||
relative_increment will also be null.
|
||||
|
||||
- name: core__unified_user
|
||||
description:
|
||||
This is a table to join data from all users of Superhog (hosts, PMs, guests, etc).
|
||||
|
||||
It contains details of every user like name, last name, email address, etc.
|
||||
columns:
|
||||
- name: id_user
|
||||
data_type: character varying
|
||||
description: Unique, incremental, internal ID for the user.
|
||||
|
||||
- name: id_account_type
|
||||
data_type: bigint
|
||||
description: Internal ID for type of user.
|
||||
|
||||
- name: id_billing_country
|
||||
data_type: bigint
|
||||
description: ""
|
||||
|
||||
- name: account_currency_iso4217
|
||||
data_type: character varying
|
||||
description: Currency used by user.
|
||||
|
||||
- name: user_code
|
||||
data_type: bigint
|
||||
description: ""
|
||||
|
||||
- name: first_name
|
||||
data_type: character varying
|
||||
description: First name of user.
|
||||
|
||||
- name: last_name
|
||||
data_type: character varying
|
||||
description: Last name of user.
|
||||
|
||||
- name: email
|
||||
data_type: character varying
|
||||
description: The email of the user.
|
||||
|
||||
- name: title
|
||||
data_type: character varying
|
||||
description: Title of the user (Mr, Ms, etc).
|
||||
|
||||
- name: id_deal
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: is_deleted
|
||||
data_type: boolean
|
||||
description: ¦ True if the user has been deleted.
|
||||
|
||||
- name: joined_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description:
|
||||
The date time when the user created it's account in Superhog.
|
||||
|
||||
- name: joined_date_utc
|
||||
data_type: date
|
||||
description:
|
||||
The date when the user created it's account in Superhog.
|
||||
|
||||
- name: user_name
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: code_prefix
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: billing_town
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: company_name
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: is_email_confirmed
|
||||
data_type: boolean
|
||||
description: ¦ True if the email has been confirmed.
|
||||
|
||||
- name: is_lockout_enabled
|
||||
data_type: boolean
|
||||
description: ""
|
||||
|
||||
- name: billing_postcode
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: is_twofactor_enabled
|
||||
data_type: boolean
|
||||
description: ""
|
||||
|
||||
- name: access_failed_count
|
||||
data_type: bigint
|
||||
description: ""
|
||||
|
||||
- name: lockout_end_date_utc
|
||||
data_type: timestamp without time zone
|
||||
description: ""
|
||||
|
||||
- name: avatar
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: id_airbnb
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: airbnb_url
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: created_date_utc
|
||||
data_type: timestamp without time zone
|
||||
description:
|
||||
The date time when the user data was created.
|
||||
|
||||
- name: updated_date_utc
|
||||
data_type: timestamp without time zone
|
||||
description:
|
||||
The date when the user data was created.
|
||||
|
||||
- name: verified_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description: ""
|
||||
|
||||
- name: verified_date_utc
|
||||
data_type: date
|
||||
description: ""
|
||||
|
||||
- name: flag_as_problem
|
||||
data_type: boolean
|
||||
description: ""
|
||||
|
||||
- name: number_of_properties
|
||||
data_type: bigint
|
||||
description: Number of listings managed by user.
|
||||
|
||||
- name: id_superhog_verified_set
|
||||
data_type: bigint
|
||||
description: ""
|
||||
|
||||
- name: platform_comms_recipient
|
||||
data_type: bigint
|
||||
description: ""
|
||||
|
||||
- name: other_sharing_platform_url
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: id_user_verification_status
|
||||
data_type: bigint
|
||||
description: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue