Merge pull request #12983 from dataease/dev-v2@fixexportdata

fix: 打印初始化连接池失败的数据源
This commit is contained in:
taojinlong 2024-10-29 18:50:00 +08:00 committed by GitHub
commit ca72519bad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -906,6 +906,7 @@ public class CalciteProvider extends Provider {
rootSchema.add(ds.getSchemaAlias(), schema);
}
} catch (Exception e) {
LogUtil.error("Fail to create connection: " + ds.getName(), e);
}
} catch (Exception e) {
}