Skip to content

Commit

Permalink
Commit from GitHub Actions (Export Conversion Rules)
Browse files Browse the repository at this point in the history
Signed-off-by: FinOps Converter Bot <[email protected]>
  • Loading branch information
FinOps Converter Bot committed Apr 16, 2024
1 parent 9619350 commit 09cdd26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conversion_rules_export/csv/aws.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ FOCUS Dimension,Transform Step,Source Column,Source Column Type,Transform Type,F
BillingAccountName,0,Not Defined,Not Defined,Not Defined,Not Defined
ChargeCategory,0,Not Defined,Not Defined,Not Defined,Not Defined
CommitmentDiscountName,0,Not Defined,Not Defined,Not Defined,Not Defined
SubAccountId,0,Not Defined,Not Defined,Not Defined,Not Defined
SubAccountName,0,Not Defined,Not Defined,Not Defined,Not Defined
AvailabilityZone,1,line_item_availability_zone,Not Defined,RENAME_COLUMN,
BilledCost,1,NA,Not Defined,SQL_CONDITION,"conditions:
- WHEN line_item_net_unblended_cost is not null THEN line_item_net_unblended_cost
Expand Down Expand Up @@ -129,5 +127,7 @@ SkuPriceId,1,NA,Not Defined,SQL_CONDITION,"conditions:
- WHEN pricing_rate_code is not null THEN pricing_rate_code
default_value: pricing_rate_id
"
SubAccountId,1,line_item_usage_account_id,Not Defined,RENAME_COLUMN,
SubAccountName,1,line_item_usage_account_name,Not Defined,RENAME_COLUMN,
UsageQuantity,1,line_item_usage_amount,Not Defined,RENAME_COLUMN,
UsageUnit,1,pricing_unit,Not Defined,RENAME_COLUMN,
4 changes: 2 additions & 2 deletions conversion_rules_export/markdown/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
| BillingAccountName | 0 | Not Defined | Not Defined | Not Defined | Not Defined |
| ChargeCategory | 0 | Not Defined | Not Defined | Not Defined | Not Defined |
| CommitmentDiscountName | 0 | Not Defined | Not Defined | Not Defined | Not Defined |
| SubAccountId | 0 | Not Defined | Not Defined | Not Defined | Not Defined |
| SubAccountName | 0 | Not Defined | Not Defined | Not Defined | Not Defined |
| AvailabilityZone | 1 | line_item_availability_zone | Not Defined | RENAME_COLUMN | |
| BilledCost | 1 | NA | Not Defined | SQL_CONDITION | conditions: |
| | | | | | - WHEN line_item_net_unblended_cost is not null THEN line_item_net_unblended_cost |
Expand Down Expand Up @@ -114,5 +112,7 @@
| SkuPriceId | 1 | NA | Not Defined | SQL_CONDITION | conditions: |
| | | | | | - WHEN pricing_rate_code is not null THEN pricing_rate_code |
| | | | | | default_value: pricing_rate_id |
| SubAccountId | 1 | line_item_usage_account_id | Not Defined | RENAME_COLUMN | |
| SubAccountName | 1 | line_item_usage_account_name | Not Defined | RENAME_COLUMN | |
| UsageQuantity | 1 | line_item_usage_amount | Not Defined | RENAME_COLUMN | |
| UsageUnit | 1 | pricing_unit | Not Defined | RENAME_COLUMN | |
Binary file modified progress/aws_progress_pie_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09cdd26

Please sign in to comment.