yaml
type: "io.kestra.plugin.jdbc.as400.query"
yaml
id: as400_query
namespace: company.team

tasks:
  - id: query
    type: io.kestra.plugin.jdbc.as400.Query
    url: jdbc:as400://127.0.0.1:50000/
    username: "{{ secret('AS400_USERNAME') }}"
    password: "{{ secret('AS400_PASSWORD') }}"
    sql: select * from as400_types
    fetchType: FETCH_ONE
Properties
Default 10000
Default NONE
Possible Values
STOREFETCHFETCH_ONENONE
SubType object
Format uri