Luy
05/23/2022, 7:50 AMERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'alias if not exists TO_UNIXTIME as $$ long unix_timestamp(java.sql.Timestamp tim' at line 1
Luy
05/23/2022, 8:28 AMCyril de Catheu
05/23/2022, 10:01 AMLuy
05/23/2022, 10:01 AMCyril de Catheu
05/23/2022, 10:02 AMLuy
05/23/2022, 10:03 AMLuy
05/23/2022, 10:04 AMLuy
05/24/2022, 10:32 AMCyril de Catheu
05/24/2022, 12:20 PMLuy
06/08/2022, 7:01 PMLuy
06/14/2022, 4:00 AMCyril de Catheu
06/14/2022, 8:07 AMLuy
06/14/2022, 9:56 AMTim Berglund
Tim Berglund
Tim Berglund
Tim Berglund
Madhumita Mantri
08/23/2022, 5:08 PMSteven Hall
05/22/2023, 8:44 PMpublic ThirdEyeDataSource loadDataSource(DataSourceDTO dataSource) {
try {
final String factoryName = dataSource.getType();
checkArgument(dataSourceFactoryMap.containsKey(factoryName),
"Data Source type not loaded: " + factoryName);
Issue is the dataSourceFactoryMap is empty. Looks like that is because the plugin was not loaded. What is the correct class or jar to place in the plugins directory?Sanjay Aswani
10/31/2023, 10:49 AMSanjay Aswani
10/31/2023, 10:51 AMSanjay Aswani
10/31/2023, 10:51 AMMadhumita Mantri
10/31/2023, 8:21 PMMadhumita Mantri
02/08/2024, 12:36 AMMadhumita Mantri
02/16/2024, 5:42 PMMadhumita Mantri
02/23/2024, 6:25 PMMadhumita Mantri
03/01/2024, 7:45 PMMadhumita Mantri
03/01/2024, 7:51 PMSanjay Aswani
04/12/2024, 3:51 PMMadhumita Mantri
04/19/2024, 11:25 PM