yaml
type: "io.kestra.plugin.jdbc.druid.query"
yaml
id: druid_query
namespace: company.team

tasks:
  - id: query
    type: io.kestra.plugin.jdbc.druid.Query
    url: jdbc:avatica:remote:url=http://localhost:8888/druid/v2/sql/avatica/;transparent_reconnection=true
    sql: |
      SELECT *
      FROM wikiticker
    fetchType: STORE
Properties
Default 10000
Default NONE
Possible Values
STOREFETCHFETCH_ONENONE
SubType object
Format uri