Pinot SQL as a ThirdEye datasource
This datasource plugin is used to connect to Pinot using the pinot-jdbc-client (opens in a new tab).
💡
This datasource type is still work in progress and may not work for Pinot with ssl/tls and auth, and may also fail with some alert features.
Configuration
{
"name": "pinotDatasourceSql",
"type": "pinot-sql",
"properties": {
"controllerHost": "localhost",
"controllerPort": 9000,
"controllerConnectionScheme": "http"
}
}