Addressed comment
This commit is contained in:
parent
90581ea142
commit
20a277037d
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ select
|
|||
pb.product_bundle_name,
|
||||
'PROTECTION' as service_business_type,
|
||||
pp.is_default_service,
|
||||
coalesce(pp.protection_display_name, {{ var("default_service") }}) as service_name
|
||||
pp.protection_display_name as service_name
|
||||
from stg_core__user_product_bundle pb
|
||||
inner join int_core__user_host uh on pb.id_user = uh.id_user_host
|
||||
inner join
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue