Query
yaml
type: "io.kestra.plugin.jdbc.rockset.query"
Examples
yaml
tasks:
- id: select
type: io.kestra.plugin.jdbc.rockset.Query
url: jdbc:rockset://
apiKey: "[apiKey]"
apiServer: "[apiServer]"
sql: |
SELECT *
FROM nation
fetch: true
Properties
url *Requiredstring
apiKey string
apiServer string
autoCommit Non-dynamicboolean
Default
true
fetch Non-dynamicboolean
Default
false
fetchOne Non-dynamicboolean
Default
false
fetchSize Non-dynamicinteger
Default
10000
password string
sql string
store Non-dynamicboolean
Default
false
timeZoneId Non-dynamicstring
username string
Outputs
row object
rows array
SubType object
size integer
uri string
Format
uri