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

Dependencies: Migrate from crate[sqlalchemy] to sqlalchemy-cratedb #68

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Jun 13, 2024

About

The CrateDB SQLAlchemy dialect needs more love, so it was separated from the DBAPI HTTP driver. This patch intends to accompany the migration.

Details

The new canonical package for the SQLAlchemy CrateDB dialect on PyPI is:

https://pypi.org/project/sqlalchemy-cratedb/

The CrateDB SQLAlchemy dialect needs more love, so it was separated from
the DBAPI HTTP driver.

The new canonical package for the SQLAlchemy CrateDB dialect on PyPI is:

  https://pypi.org/project/sqlalchemy-cratedb/
Copy link

codecov bot commented Jun 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.29%. Comparing base (a1a5bc2) to head (65a7500).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #68   +/-   ##
=======================================
  Coverage   83.29%   83.29%           
=======================================
  Files          27       27           
  Lines         946      946           
=======================================
  Hits          788      788           
  Misses        158      158           
Flag Coverage Δ
unittests 83.29% <ø> (ø)

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 merged commit 4c72317 into main Jun 13, 2024
10 checks passed
@amotl amotl deleted the sqlalchemy-cratedb branch June 13, 2024 21:25
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.

1 participant