Skip to content

feat: clickhouse provider#1889

Merged
shahargl merged 4 commits intokeephq:mainfrom
ezhil56x:clickhouse
Sep 10, 2024
Merged

feat: clickhouse provider#1889
shahargl merged 4 commits intokeephq:mainfrom
ezhil56x:clickhouse

Conversation

@ezhil56x
Copy link
Copy Markdown
Contributor

Closes #1830

📑 Description

Added ClickHouse Provider
/claim #1830

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Additional Information

2024-09-10.17-24-27.mp4

@vercel
Copy link
Copy Markdown

vercel bot commented Sep 10, 2024

@ezhil56x is attempting to deploy a commit to the KeepHQ Team on Vercel.

A member of the Team first needs to authorize it.

- `Clickhouse Password`: The password to authenticate with ClickHouse.
- `Clickhouse Hostname`: The host where ClickHouse is running.
- `Clickhouse Port`: The port where ClickHouse is running. The default port is `9000`.
- `Clickhouse Database`: The database to connect to. (optional)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

why is this optional? what happens if this is not supplied?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

its very low resolution (1kb, most of the icons are 10k+)

@shahargl shahargl self-requested a review September 10, 2024 12:49
Copy link
Copy Markdown
Member

@shahargl shahargl left a comment

Choose a reason for hiding this comment

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

lgtm

@shahargl shahargl merged commit b3fa1bb into keephq:main Sep 10, 2024
@codecov
Copy link
Copy Markdown

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.14%. Comparing base (6d5c759) to head (69517ee).
Report is 81 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1889      +/-   ##
==========================================
+ Coverage   30.68%   31.14%   +0.46%     
==========================================
  Files          54       55       +1     
  Lines        5028     5114      +86     
==========================================
+ Hits         1543     1593      +50     
- Misses       3485     3521      +36     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ezhil56x ezhil56x deleted the clickhouse branch October 7, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[🔌 Provider]: Add ClickHouse provider

2 participants