@Vijay Narayanan {
"type": "index_parallel",
"spec": {
"ioConfig": {
"type": "index_parallel",
"appendToExisting": true,
"inputSource": {
"type": "s3",
"uris": ["xxxxxxx/some/object"],
"properties": {
"accessKeyId": "xxxxxxx",
"secretAccessKey": "xxxxxxxx"
}
},
"inputFormat": {
"type": "csv",
"columns": ["col1, col2"]
}
},
"tuningConfig": {
"type": "index_parallel",
"maxNumConcurrentSubTasks": 1,
"partitionsSpec" :{
"type":"dynamic",
"maxRowsPerSegment": 7000000
}
},
"dataSchema": {
"dataSource": "d1",
"timestampSpec": {
"column": "ts",
"format": "iso"
},
"dimensionsSpec": {
"dimensions": [
{
"type":"long",
"name":"col1"
},
{
"type": "string",
"name": "col2",
"createBitmapIndex":true
},
]
},
"granularitySpec": {
"segmentGranularity": "DAY",
"queryGranularity": "none",
"intervals" : [ "2022-09-14T000001.000000Z/2022-09-14T235959.000000Z" ],
"rollup":false
}
}
}
}