Query Query
Query Certified

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