Query
yaml
type: "io.kestra.plugin.jdbc.redshift.query"
Examples
yaml
id: redshift_query
namespace: company.team
tasks:
- id: select
type: io.kestra.plugin.jdbc.redshift.Query
url: jdbc:redshift://123456789.eu-central-1.redshift-serverless.amazonaws.com:5439/dev
username: "{{ secret('REDSHIFT_USERNAME') }}"
password: "{{ secret('REDSHIFT_PASSWORD') }}"
sql: select * from redshift_types
fetchType: FETCH_ONE
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
username string
Outputs
row object
rows array
SubType object
size integer
uri string
Format
uri