Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Dec 11, 2024
1 parent 9fbdda5 commit e72994d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboards/amazon-connect/amazon-connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16791,7 +16791,7 @@ views:
- product_product_family
- product_servicecode
- product['servicename']
- prcing_unit
- pricing_unit
data: |-
CREATE OR REPLACE VIEW ${athena_database_name}.resource_connect_view AS
SELECT DISTINCT
Expand All @@ -16813,7 +16813,7 @@ views:
, line_item_line_item_type "charge_type"
, line_item_usage_type "usage_type"
, line_item_unblended_rate "rate"
, prcing_unit "pricing_unit"
, pricing_unit "pricing_unit"
, product['region'] "region"
, product_location "location"
, line_item_line_item_description "item_description"
Expand Down

0 comments on commit e72994d

Please sign in to comment.