Queries Queries
Queries Certified

yaml
type: "io.kestra.plugin.jdbc.clickhouse.Queries"
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
Default10000
DefaultNONE
Possible Values
STOREFETCHFETCH_ONENONE
Defaulttrue
Definitions
rowobject
rowsarray
SubTypeobject
sizeinteger
uristring
Formaturi
Unitrows