yaml
type: "io.kestra.plugin.jdbc.rockset.query"
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
Default true
Default false
Default false
Default 10000
Default false
SubType object
Format uri