
Queries
Queries
yaml
type: "io.kestra.plugin.jdbc.arrowflight.Queries"Examples
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
sql*Requiredstring
url*Requiredstring
afterSQLstring
fetchSizeintegerstring
Default
10000fetchTypestring
Default
NONEPossible Values
STOREFETCHFETCH_ONENONEparametersobject
passwordstring
timeZoneIdstring
transactionbooleanstring
Default
trueusernamestring
Outputs
outputsarray
Definitions
io.kestra.plugin.jdbc.AbstractJdbcBaseQuery-Output
rowobject
rowsarray
SubTypeobject
sizeinteger
uristring
Format
uriMetrics
fetch.sizecounter
Unit
rows