yaml
type: "io.kestra.plugin.jdbc.dremio.query"
yaml
id: dremio_query
namespace: company.team

tasks:
  - id: query
    type: io.kestra.plugin.jdbc.dremio.Query
    url: jdbc:dremio:direct=sql.dremio.cloud:443;ssl=true;PROJECT_ID=sampleProjectId;
    username: dremio_token
    password: samplePersonalAccessToken
    sql: select * FROM source.database.table
    fetchType: FETCH_ONE
Properties
Default 10000
Default NONE
Possible Values
STOREFETCHFETCH_ONENONE
SubType object
Format uri