Created
July 31, 2021 18:49
-
-
Save dunithd/e66a753abb6809648a29eaf6d4f71cfd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schemaName": "steps", | |
"dimensionFieldSpecs": [ | |
{ | |
"name": "userId", | |
"dataType": "INT" | |
}, | |
{ | |
"name": "userName", | |
"dataType": "STRING" | |
}, | |
{ | |
"name": "country", | |
"dataType": "STRING" | |
}, | |
{ | |
"name": "gender", | |
"dataType": "STRING" | |
} | |
], | |
"metricFieldSpecs": [ | |
{ | |
"name": "steps", | |
"dataType": "INT" | |
} | |
], | |
"dateTimeFieldSpecs": [{ | |
"name": "loggedAt", | |
"dataType": "LONG", | |
"format" : "1:MILLISECONDS:EPOCH", | |
"granularity": "1:MILLISECONDS" | |
}] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment