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

SQLAlchemy Dialect: Dependencies: Use sqlalchemy-cratedb>=0.37 #94

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Dec 22, 2023

About

The new designated CrateDB SQLAlchemy dialect, sqlalchemy-cratedb, now includes the fix to the get_table_names() reflection method, which has been living as a monkeypatch variant here for a while. @surister supported us to provide test cases to the new upstream package. Thanks.

References

Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.71%. Comparing base (0741181) to head (20e954a).

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #94       +/-   ##
===========================================
+ Coverage   68.44%   80.71%   +12.26%     
===========================================
  Files          68       68               
  Lines        2732     2712       -20     
===========================================
+ Hits         1870     2189      +319     
+ Misses        862      523      -339     
Flag Coverage Δ
influxdb 36.54% <ø> (?)
main 68.28% <ø> (-0.16%) ⬇️
mongodb 46.49% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@amotl amotl force-pushed the sqlalchemy-ng branch 2 times, most recently from f095f28 to 610320f Compare June 13, 2024 16:16
@amotl amotl changed the title Switch to new SQLAlchemy dialect for CrateDB SQLAlchemy Dialect: Dependencies: Use sqlalchemy-cratedb>=0.37.0 Jun 13, 2024
@amotl amotl requested review from seut and surister June 13, 2024 16:17
This includes the fix to the `get_table_names()` reflection method.
@amotl amotl changed the title SQLAlchemy Dialect: Dependencies: Use sqlalchemy-cratedb>=0.37.0 SQLAlchemy Dialect: Dependencies: Use sqlalchemy-cratedb>=0.37 Jun 13, 2024
@amotl amotl marked this pull request as ready for review June 13, 2024 16:49
@amotl amotl merged commit 6be34c3 into main Jun 13, 2024
21 checks passed
@amotl amotl deleted the sqlalchemy-ng branch June 13, 2024 20:52
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