
Query
Query
yaml
type: "io.kestra.plugin.jdbc.druid.Query"Examples
yaml
id: druid_query
namespace: company.team
tasks:
- id: query
type: io.kestra.plugin.jdbc.druid.Query
url: jdbc:avatica:remote:url=http://localhost:8888/druid/v2/sql/avatica/;transparent_reconnection=true
sql: |
SELECT *
FROM wikiticker
fetchType: STORE
Properties
sql*Requiredstring
url*Requiredstring
afterSQLstring
fetchSizeintegerstring
Default
10000fetchTypestring
Default
NONEPossible Values
STOREFETCHFETCH_ONENONEparametersobject
passwordstring
timeZoneIdstring
usernamestring
Outputs
rowobject
rowsarray
SubTypeobject
sizeinteger
uristring
Format
uriMetrics
fetch.sizecounter
Unit
rows