-
Notifications
You must be signed in to change notification settings - Fork 4
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
#163
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #163 +/- ##
===========================================
+ Coverage 52.10% 79.01% +26.90%
===========================================
Files 56 56
Lines 1969 1973 +4
===========================================
+ Hits 1026 1559 +533
+ Misses 943 414 -529
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f1ee2e3
to
e6e3f13
Compare
pyproject.toml
Outdated
"crate[sqlalchemy]>=0.34", | ||
"crate @ git+https://github.com/crate/crate-python.git@no-sqlalchemy", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The crate
package will probably need to be published before being able to conclude the migration. For example, let's use/ focus on crate[sqlalchemy]
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
429ddab
to
2fba43b
Compare
The CrateDB SQLAlchemy dialect needs more love, so it was separated from the DBAPI HTTP driver.
About
The CrateDB SQLAlchemy dialect needs more love, so it was separated from the DBAPI HTTP driver. This patch verifies and concludes the migration.
References