addressed comments

This commit is contained in:
Joaquin Ossa 2024-11-12 17:10:42 +01:00
parent 463f5edfc3
commit 6f77309b8c
4 changed files with 11 additions and 21 deletions

View file

@ -4,6 +4,7 @@ with
)
select
id_user_host as id_user_host,
id_deal as id_deal,
user_migration_phase as user_migration_phase,
user_estimated_migration_date_utc as user_estimated_migration_date_utc,
company_name as company_name,
@ -11,7 +12,6 @@ select
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,

View file

@ -1134,6 +1134,10 @@ models:
- not_null
- unique
- name: id_deal
data_type: character varying
description: The ID for the Deal.
- name: user_migration_phase
data_type: string
description: |
@ -1174,14 +1178,6 @@ models:
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: |