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 a438f5a commit 8571c31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conversion_rules_export/csv/gcp.csv
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SubAccountName,0,Not Defined,Not Defined,Not Defined,Not Defined
AvailabilityZone,1,location.zone,Not Defined,UNNEST_COLUMN,
BilledCost,1,credits.amount,Not Defined,UNNEST_COLUMN,"{'children_type': 'list', 'aggregation_operation': 'sum'}"
BilledCost,2,tmp_credits_amount_BilledCost,Not Defined,SQL_QUERY,"SELECT *, (cost + tmp_credits_amount_BilledCost) AS BilledCost from {{ TABLE_NAME }}"
BillingAccountId,1,billing_account_id,Not Defined,RENAME_COLUMN,
BillingAccountId,1,billing_account_id,string,RENAME_COLUMN,
BillingCurrency,1,currency,Not Defined,RENAME_COLUMN,
BillingPeriodEnd,1,invoice.month,Not Defined,UNNEST_COLUMN,
BillingPeriodEnd,2,BillingPeriodEnd,Not Defined,PARSE_DATETIME,%Y%m
Expand Down
2 changes: 1 addition & 1 deletion conversion_rules_export/markdown/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| AvailabilityZone | 1 | location.zone | Not Defined | UNNEST_COLUMN | |
| BilledCost | 1 | credits.amount | Not Defined | UNNEST_COLUMN | {'children_type': 'list', 'aggregation_operation': 'sum'} |
| BilledCost | 2 | tmp_credits_amount_BilledCost | Not Defined | SQL_QUERY | SELECT *, (cost + tmp_credits_amount_BilledCost) AS BilledCost from {{ TABLE_NAME }} |
| BillingAccountId | 1 | billing_account_id | Not Defined | RENAME_COLUMN | |
| BillingAccountId | 1 | billing_account_id | string | RENAME_COLUMN | |
| BillingCurrency | 1 | currency | Not Defined | RENAME_COLUMN | |
| BillingPeriodEnd | 1 | invoice.month | Not Defined | UNNEST_COLUMN | |
| BillingPeriodEnd | 2 | BillingPeriodEnd | Not Defined | PARSE_DATETIME | %Y%m |
Expand Down

0 comments on commit 8571c31

Please sign in to comment.