QueriesQueries
QueriesCertified

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
Default10000
DefaultNONE
Possible Values
STOREFETCHFETCH_ONENONE
Defaulttrue
Definitions
rowobject
rowsarray
SubTypeobject
sizeinteger
uristring
Formaturi
Unitrows