yaml
type: "io.kestra.plugin.jdbc.arrowflight.queries"
yaml
id: arrow_flight_sql_queries
namespace: company.team

tasks:
  - id: query
    type: io.kestra.plugin.jdbc.arrowflight.Queries
    url: jdbc:arrow-flight-sql://localhost:31010/?useEncryption=false
    username: "{{ secret('ARROWFLIGHT_USERNAME') }}"
    password: "{{ secret('ARROWFLIGHT_PASSWORD') }}"
    sql: SELECT * FROM employee; SELECT * FROM laptop;
    fetchType: FETCH
Properties
Default 10000
Default NONE
Possible Values
STOREFETCHFETCH_ONENONE
Default true
SubType object
Format uri