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
Default 10000
Default NONE
Possible Values
STOREFETCHFETCH_ONENONE
Default true
SubType object
Format uri