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

add cassandra support #2230

Merged
merged 5 commits into from
Aug 16, 2023

add cassandra in readme

620ff4a
Select commit
Loading
Failed to load commit list.
Merged

add cassandra support #2230

add cassandra in readme
620ff4a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 15, 2023 in 0s

75.53% (+0.38%) compared to 6018ae8

View this Pull Request on Codecov

75.53% (+0.38%) compared to 6018ae8

Details

Codecov Report

Patch coverage: 87.50% and project coverage change: +0.38% 🎉

Comparison is base (6018ae8) 75.14% compared to head (620ff4a) 75.53%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2230      +/-   ##
==========================================
+ Coverage   75.14%   75.53%   +0.38%     
==========================================
  Files         105      107       +2     
  Lines       15196    15454     +258     
==========================================
+ Hits        11419    11673     +254     
- Misses       3777     3781       +4     
Files Changed Coverage Δ
sql/instance.py 51.58% <0.00%> (ø)
sql/models.py 96.58% <ø> (ø)
sql/engines/mongo.py 60.99% <50.00%> (-0.08%) ⬇️
sql/engines/cassandra.py 84.45% <84.45%> (ø)
sql/engines/test_cassandra.py 90.29% <90.29%> (ø)
sql/data_dictionary.py 98.96% <93.75%> (-1.04%) ⬇️
sql/engines/__init__.py 70.17% <93.75%> (+3.82%) ⬆️
archery/settings.py 58.55% <100.00%> (+1.28%) ⬆️
sql/engines/clickhouse.py 71.60% <100.00%> (-0.46%) ⬇️
sql/engines/goinception.py 66.03% <100.00%> (+0.29%) ⬆️
... and 9 more

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