kestra-io / plugin-jdbc

https://kestra.io/plugins/
Apache License 2.0
10 stars 7 forks source link

Implemented CLI task for ClickHouse #370

Closed iNikitaGricenko closed 1 week ago

iNikitaGricenko commented 2 weeks ago

What changes are being made and why?

How the changes have been QAed?

tasks:
  - id: query
    type: io.kestra.plugin.clickhouse.cli.ClickHouseCLI
    commands:
      - SELECT count() FROM s3('https://datasets-documentation.s3.eu-west-3.amazonaws.com/house_parquet/house_0.parquet')

  - id: query2
    type: io.kestra.plugin.clickhouse.cli.ClickHouseCLI
    commands:
      - SELECT * FROM system.tables