Queries
yaml
type: "io.kestra.plugin.jdbc.clickhouse.queries"
Examples
yaml
id: clickhouse_queries
namespace: company.team
tasks:
- id: queries
type: io.kestra.plugin.jdbc.clickhouse.Queries
url: jdbc:clickhouse://127.0.0.1:56982/
username: "{{ secret('CLICKHOUSE_USERNAME') }}"
password: "{{ secret('CLICKHOUSE_PASSWORD') }}"
sql: select * from employee; select * from laptop;
fetchType: STORE
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