Addressed comments
This commit is contained in:
parent
82829db3d2
commit
2637d68398
4 changed files with 94 additions and 0 deletions
|
|
@ -29,6 +29,15 @@ select
|
|||
as has_active_listings_with_active_product_bundle_applied,
|
||||
has_active_listings_with_active_paid_service_applied
|
||||
as has_active_listings_with_active_paid_service_applied,
|
||||
-- To be deleted from here
|
||||
total_listings_with_product_bundle_with_paid_service
|
||||
as total_listings_with_product_bundle_with_paid_service,
|
||||
total_listings_with_active_product_bundle_with_paid_service
|
||||
as total_listings_with_active_product_bundle_with_paid_service,
|
||||
has_listings_with_paid_service_applied as has_listings_with_paid_service_applied,
|
||||
has_listings_with_active_paid_service_applied
|
||||
as has_listings_with_active_paid_service_applied,
|
||||
-- To be deleted until here
|
||||
total_bookings_with_product_bundle as total_bookings_with_product_bundle,
|
||||
total_bookings_with_product_bundle_with_paid_service
|
||||
as total_bookings_with_product_bundle_with_paid_service,
|
||||
|
|
|
|||
|
|
@ -1262,6 +1262,30 @@ models:
|
|||
description: |
|
||||
Integer-based flag version of
|
||||
total_active_listings_with_active_product_bundle_with_paid_service.
|
||||
|
||||
# To be deleted from here
|
||||
- name: total_listings_with_product_bundle_with_paid_service
|
||||
data_type: integer
|
||||
description: |
|
||||
Count of listings that have, or have had, a paid service
|
||||
product bundle activated.
|
||||
|
||||
- name: total_listings_with_active_product_bundle_with_paid_service
|
||||
data_type: integer
|
||||
description: |
|
||||
Count of listings that currently have an active paid service
|
||||
product bundle.
|
||||
|
||||
- name: has_listings_with_paid_service_applied
|
||||
data_type: integer
|
||||
description: |
|
||||
Integer-based flag version of total_listings_with_product_bundle_with_paid_service.
|
||||
|
||||
- name: has_listings_with_active_paid_service_applied
|
||||
data_type: integer
|
||||
description: |
|
||||
Integer-based flag version of total_listings_with_active_product_bundle_with_paid_service.
|
||||
# To be deleted until here
|
||||
|
||||
- name: total_bookings_with_product_bundle
|
||||
data_type: integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue