Query Query
Query Certified

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
Default10000
DefaultNONE
Possible Values
STOREFETCHFETCH_ONENONE
SubTypeobject
Formaturi
Unitrows