finopsfoundation / focus_converters

Parent repository to hold all common documentation and code samples for all FOCUS Converter projects
MIT License
83 stars 44 forks source link

[Proposal] GCP Conversion Rules: Add SubAccountID and SubAccountName #359

Open GCelichowski opened 3 months ago

GCelichowski commented 3 months ago

Provider

Provider type (e.g. AWS, GCP etc.) GCP

Column

Column name SubAccountId, SubAccountName

A SQL query or example steps to transform

SELECT project.id AS SubAccountId SELECT project.name AS SubAccountName

Context / Supporting information

Description of the conversion logic These seem like pretty straightforward conversions, but are not mapped in the current release of the conversion rules. https://github.com/finopsfoundation/focus_converters/blob/dev/conversion_rules_export/markdown/gcp.md

gauthamarcot commented 3 months ago

i agree