Skip to content

Commit

Permalink
Lint: Fixed charge_sub_category value.
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Mittal <varunmittal91@gmail.com>
  • Loading branch information
varunmittal91 committed Nov 16, 2023
1 parent f3ad117 commit 73aae36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ conversion_type: sql_condition
conversion_args:
conditions:
- WHEN ChargeType = 'Usage' AND savings_plan_savings_plan_arn is not null OR reservation_reservation_arn is not null THEN 'Used Commitment'
- WHEN ChargeType = 'Usage' THEN 'Used On-Demand'
- WHEN ChargeType = 'Usage' THEN 'On-Demand'
- WHEN ChargeType = 'Adjustment' AND line_item_line_item_type = 'BundledDiscount' THEN 'Credit'
- WHEN ChargeType = 'Adjustment' AND line_item_line_item_type = 'Credit' THEN 'Credit'
- WHEN ChargeType = 'Adjustment' AND line_item_line_item_type = 'Discount' THEN 'Credit'
Expand Down

0 comments on commit 73aae36

Please sign in to comment.