Queries
yaml
type: "io.kestra.plugin.jdbc.as400.queries"
Examples
yaml
id: as400_queries
namespace: company.team
tasks:
- id: query
type: io.kestra.plugin.jdbc.as400.Queries
url: jdbc:as400://127.0.0.1:50000/
username: "{{ secret('AS400_USERNAME') }}"
password: "{{ secret('AS400_PASSWORD') }}"
sql: select * from employee; select * from laptops;
fetchType: FETCH
Properties
url *Requiredstring
fetchSize integerstring
Default
10000
fetchType string
Default
NONE
Possible Values
STORE
FETCH
FETCH_ONE
NONE
parameters object
password string
sql string
timeZoneId string
transaction booleanstring
Default
true
username string
Definitions
io.kestra.plugin.jdbc.AbstractJdbcBaseQuery-Output
row object
rows array
SubType object
size integer
uri string
Format
uri