Skip to content

Instantly share code, notes, and snippets.

@KKcorps
Created December 6, 2022 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KKcorps/4f844c2adbfb2496904e7c457c90dc20 to your computer and use it in GitHub Desktop.
Save KKcorps/4f844c2adbfb2496904e7c457c90dc20 to your computer and use it in GitHub Desktop.
{
"tableName":"calcs",
"segmentsConfig":{
"segmentAssignmentStrategy":"BalanceNumSegmentAssignmentStrategy",
"segmentPushType":"APPEND",
"schemaName":"calcs",
"replication":1
},
"tableIndexConfig":{
"invertedIndexColumns":[
],
"loadMode":"MMAP"
},
"tenants":{
"broker":"DefaultTenant",
"server":"DefaultTenant"
},
"ingestionConfig": {
"transformConfigs": [
{
"columnName": "date0",
"transformFunction": "toDateTime(date0, 'yyyy-MM-dd HH:mm:ss')"
}
]
},
"tableType":"OFFLINE",
"metadata":{
"customConfigs":{}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment