Queries
Queries
yaml
type: "io.kestra.plugin.jdbc.pinot.Queries"Examples
yaml
id: pinot_queries
namespace: company.team
tasks:
- id: queries
type: io.kestra.plugin.jdbc.pinot.Queries
url: jdbc:pinot://localhost:9000
username: "{{ secret('PINOT_USERNAME') }}"
password: "{{ secret('PINOT_PASSWORD') }}"
sql: |
SELECT * FROM airlineStats;
SELECT * FROM airlineStats;
fetchType: FETCH
Properties
sql *Requiredstring
url *Requiredstring
afterSQL string
fetchSize integerstring
Default
10000fetchType string
Default
NONEPossible Values
STOREFETCHFETCH_ONENONEparameters object
password string
timeZoneId string
transaction booleanstring
Default
trueusername string
Outputs
outputs array
Definitions
io.kestra.plugin.jdbc.AbstractJdbcBaseQuery-Output
rowobject
rowsarray
SubTypeobject
sizeinteger
uristring
Format
uriMetrics
fetch.size counter
Unit
rows