FOCUS_Spec
FOCUS_Spec copied to clipboard
[Proposal] Rename all column ids to snake_case_naming_convention
Type
Dimension, Metric
Proposed Change
Current naming convention in column in CamelCase, but most of SQL tools are case insensitive and convert CamelCase to nocase, that is hard to read. Using snake_case_naming_convention would make it much simpler to use in SQL.
Camel Case | Snake Case |
---|---|
AvailabilityZone | availability_zone |
BillingAccountId | billing_account_id |
BillingAccountName | billing_account_name |
BillingCurrency | billing_currency |
BillingPeriodEnd | billing_period_end |
BillingPeriodStart | billing_period_start |
ChargePeriodEnd | charge_period_end |
ChargePeriodStart | charge_period_start |
ChargeType | charge_type |
InvoiceIssuerName | invoice_issuer_name |
ProviderName | provider_name |
PublisherName | publisher_name |
Region | region |
ResourceId | resource_id |
ResourceName | resource_name |
ServiceCategory | service_category |
ServiceName | service_name |
SubAccountId | sub_account_id |
SubAccountName | sub_account_name |
AmortizedCost | amortized_cost |