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