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

[DOP-19896] Add Clickhouse API schema #124

Merged
merged 5 commits into from
Nov 12, 2024
Merged

Conversation

IlyasDevelopment
Copy link
Contributor

@IlyasDevelopment IlyasDevelopment commented Nov 12, 2024

Change Summary

  • Added Pydantic schemas for Clickhouse connection
  • Added Pydantic schemas for Clickhouse source parameters and target parameters
  • Added unit tests for creating & updating Clickhouse connection and target
  • Updated README to include references to Clickhouse

Checklist

  • Commit message and PR title is comprehensive
  • Keep the change as small as possible
  • Unit and integration tests for the changes exist
  • Tests pass on CI and coverage does not decrease
  • Documentation reflects the changes where applicable
  • docs/changelog/next_release/<pull request or issue id>.<change type>.rst file added describing change
    (see CONTRIBUTING.rst for details.)
  • My PR is ready to review.

@IlyasDevelopment IlyasDevelopment self-assigned this Nov 12, 2024
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.26%. Comparing base (2260466) to head (088c880).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #124      +/-   ##
===========================================
+ Coverage    87.12%   87.26%   +0.13%     
===========================================
  Files          140      141       +1     
  Lines         3240     3274      +34     
  Branches       251      251              
===========================================
+ Hits          2823     2857      +34     
  Misses         355      355              
  Partials        62       62              

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

@IlyasDevelopment IlyasDevelopment merged commit 2470590 into develop Nov 12, 2024
17 of 18 checks passed
@IlyasDevelopment IlyasDevelopment deleted the feature/DOP-19896 branch November 12, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants