Mamlesh
10/26/2022, 11:26 AMMachhindra
10/26/2022, 1:27 PMRohit Anilkumar
10/26/2022, 2:22 PMMamlesh
10/27/2022, 3:04 PMSSD
10/28/2022, 3:19 AMLarry Meadors
11/03/2022, 12:53 PM{
"schemaName": "ecommerce_customer",
"dimensionFieldSpecs": [
{
"name": "NAME",
"dataType": "STRING"
},
{
"name": "SAPID",
"dataType": "STRING"
},
{
"name": "COUNTRYID",
"dataType": "LONG"
},
{
"name": "ENABLED",
"dataType": "BOOLEAN"
}
]
}
creating a table for this causes this error:
{
"_code": 400,
"_error": "Cannot find valid fieldSpec for timeColumn: rowtime from the table config: ecommerce_customer_REALTIME, in the schema: ecommerce_customer"
}
which kinda makes sense, i think - i just don't know how to define that time column (yet) - any tips?Dhruvil Shah
11/03/2022, 7:45 PMDhruvil Shah
11/03/2022, 7:45 PMDhruvil Shah
11/03/2022, 7:47 PMDhruvil Shah
11/03/2022, 7:47 PMGerrit van Doorn
11/07/2022, 8:49 PMAbdelhakim Bendjabeur
11/08/2022, 11:37 AMShubham Kumar
11/11/2022, 6:36 AMSonit Rathi
11/12/2022, 10:12 AMAly Ibrahim
11/14/2022, 5:07 PMDhar Rawal
11/14/2022, 5:50 PMrajkumar
11/23/2022, 2:13 AMAbdelhakim Bendjabeur
11/24/2022, 2:10 PMLeon Liu
12/07/2022, 8:16 PMCaleb Shei
12/08/2022, 2:33 PMShreeram Goyal
01/04/2023, 7:33 AMShreeram Goyal
01/04/2023, 4:14 PMAvi Zrachya
01/09/2023, 9:58 AMAvi Zrachya
01/09/2023, 9:58 AMExecuting command: AddTable -tableConfigFile /import/daily-table-offline.json -offlineTableConfigFile null -realtimeTableConfigFilenull -schemaFile /import/daily-schema.json -controllerProtocol http -controllerHost 10.52.0.7 -controllerPort 9000 -user null -password [hidden] -exec
{"code":400,"error":"Invalid TableConfigs. Invalid TableConfigs: daily4. SIMPLE_DATE_FORMAT pattern dd/MM/yyyy has to be sorted by both lexicographical and datetime order"}
Avi Zrachya
01/09/2023, 9:58 AM"dateTimeFieldSpecs": [
{
"name": "date",
"dataType": "STRING",
"format": "1:DAYS:SIMPLE_DATE_FORMAT:dd/MM/yyyy",
"granularity": "1:DAYS"
}
]
Avi Zrachya
01/09/2023, 9:59 AMAmol
01/10/2023, 7:23 AMAmol
01/10/2023, 7:23 AMLuis Fernandez
01/11/2023, 6:59 PMCarlos
01/17/2023, 4:19 PM