new dash new data
This commit is contained in:
parent
311ddd8678
commit
463f5edfc3
4 changed files with 35 additions and 1 deletions
|
|
@ -9,7 +9,9 @@ select
|
|||
company_name as company_name,
|
||||
first_name as first_name,
|
||||
last_name as last_name,
|
||||
email as email,
|
||||
account_currency as account_currency,
|
||||
user_in_new_dash_since_date_utc as user_in_new_dash_since_date_utc,
|
||||
total_user_product_bundles as total_user_product_bundles,
|
||||
total_active_user_product_bundles as total_active_user_product_bundles,
|
||||
total_listings as total_listings,
|
||||
|
|
|
|||
|
|
@ -1164,11 +1164,24 @@ models:
|
|||
description: |
|
||||
Information about the host user.
|
||||
|
||||
- name: email
|
||||
data_type: string
|
||||
description: |
|
||||
Information about the host user.
|
||||
|
||||
- name: account_currency
|
||||
data_type: string
|
||||
description: |
|
||||
Currency associated to the host user.
|
||||
|
||||
- name: user_in_new_dash_since_date_utc
|
||||
data_type: integer
|
||||
description: |
|
||||
For users that are in New Dash, the effective date since
|
||||
these users can be considered in New Dash. It the user
|
||||
has moved from Old Dash, it will be the new_dash_move_date_utc.
|
||||
If not, it will correspond to the joined_date_utc.
|
||||
|
||||
- name: total_user_product_bundles
|
||||
data_type: integer
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue