QueriesQueries
QueriesCertified

yaml
type: "io.kestra.plugin.jdbc.hana.Queries"
yaml
    id: hana_queries
    namespace: company.team

    tasks:
      - id: queries
        type: io.kestra.plugin.jdbc.hana.Queries
        url: jdbc:sap://127.0.0.1:39015/?databaseName=SYSTEMDB
        username: "{{ secret('HANA_USERNAME') }}"
        password: "{{ secret('HANA_PASSWORD') }}"
         sql: |
          SELECT * FROM table1;
          SELECT * FROM table2;
        fetchType: FETCH
Properties
Default10000
DefaultNONE
Possible Values
STOREFETCHFETCH_ONENONE
Defaulttrue
Definitions
rowobject
rowsarray
SubTypeobject
sizeinteger
uristring
Formaturi
Unitrows