From 9fbdda522f9f96b5b27f8ca26dc1b5a3cce01f8d Mon Sep 17 00:00:00 2001 From: Iakov Gan Date: Wed, 27 Nov 2024 15:18:04 +0100 Subject: [PATCH] fix pricing_unit --- dashboards/amazon-connect/amazon-connect.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboards/amazon-connect/amazon-connect.yaml b/dashboards/amazon-connect/amazon-connect.yaml index 5afbe0e1..3b8955be 100644 --- a/dashboards/amazon-connect/amazon-connect.yaml +++ b/dashboards/amazon-connect/amazon-connect.yaml @@ -16791,7 +16791,7 @@ views: - product_product_family - product_servicecode - product['servicename'] - - product_pricing_unit + - prcing_unit data: |- CREATE OR REPLACE VIEW ${athena_database_name}.resource_connect_view AS SELECT DISTINCT @@ -16813,7 +16813,7 @@ views: , line_item_line_item_type "charge_type" , line_item_usage_type "usage_type" , line_item_unblended_rate "rate" - , product_pricing_unit "pricing_unit" + , prcing_unit "pricing_unit" , product['region'] "region" , product_location "location" , line_item_line_item_description "item_description"