
Queries
Queries
yaml
type: "io.kestra.plugin.jdbc.sybase.Queries"Examples
yaml
id: sybase_queries
namespace: company.team
tasks:
- id: queries
type: io.kestra.plugin.jdbc.sybase.Queries
url: jdbc:sybase:Tds:127.0.0.1:5000/
username: "{{ secret('SYBASE_USERNAME') }}"
password: "{{ secret('SYBASE_PASSWORD') }}"
sql: select count(*) from employee, select count(*) from laptop;
fetchType: FETCH_ONE
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