This datasource plugin is used to connect to Pinot using the pinot-jdbc-client.
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"
}
}