Replies: 2 comments
-
|
This shouldn't be limited to fields - having datatype on metrics would have the same value (especially if the metric is defined with an unknown dialect) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I created an issue from this discussion for tracking. If anyone's interested in taking it up, here is the direct link |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd suggest that a logical
datatypefield be used in place of the proposedis_timefield. For consumers of semantic models, the data type can be important when building logic on top of dimensions. A motivating example is a BI tool that supports its own expression language on top of dimensions to compute local derived fields or local measures for visualization. Having correct type information can be critical for working with dimensions properly.I would suggest enumeration values of:
numberstringbooleantimetimestamptimestamptzopaque/other(for anything else)For reference: LookML, Cube, and Hex require this information in their specs
Beta Was this translation helpful? Give feedback.
All reactions