
Queries
Queries
yaml
type: "io.kestra.plugin.jdbc.hana.Queries"Examples
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
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