Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented CLI task for ClickHouse #370

Merged
merged 11 commits into from
Sep 2, 2024

Conversation

iNikitaGricenko
Copy link
Contributor

@iNikitaGricenko iNikitaGricenko commented Aug 29, 2024

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

Copy link
Member

@loicmathieu loicmathieu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@loicmathieu loicmathieu merged commit 674cd38 into kestra-io:master Sep 2, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants