Skip to content

Commit

Permalink
[EDITORIAL] Reclassify ConsumedUnit as Dimension instead of Metric (#506
Browse files Browse the repository at this point in the history
)

Correct ConsumedUnit column type to Dimension from Metric (similar to
PricingUnit) because it is an attribute of how the consumption is
measured and is not able to have mathematical operations applied to it.
  • Loading branch information
kk09v authored Jul 18, 2024
1 parent 3330cc4 commit 369ae31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/columns/consumedunit.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Provider-specified measurement unit indicating how a provider measures usage of

| Constraint | Value |
|:----------------|:----------------|
| Column type | Metric |
| Column type | Dimension |
| Feature level | Conditional |
| Allows nulls | True |
| Data type | String |
Expand Down

0 comments on commit 369ae31

Please sign in to comment.