yaml
type: "io.kestra.plugin.jdbc.pinot.query"
yaml
id: pinot_query
namespace: company.team

tasks:
  - id: query
    type: io.kestra.plugin.jdbc.pinot.Query
    url: jdbc:pinot://localhost:9000
    username: "{{ secret('PINOT_USERNAME') }}"
    password: "{{ secret('PINOT_PASSWORD') }}"
    sql: |
      SELECT *
      FROM airlineStats
    fetchType: FETCH
Properties
Default 10000
Default NONE
Possible Values
STOREFETCHFETCH_ONENONE
SubType object
Format uri