Queries ​Queries

yaml
type: "io.kestra.plugin.jdbc.dremio.queries"
yaml
id: dremio_queries
namespace: company.team

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