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

fix(python): Make the SQLAlchemy connection check more robust #19270

Merged

Conversation

alexander-beedie
Copy link
Collaborator

@alexander-beedie alexander-beedie commented Oct 17, 2024

Small follow-up to #19255.

Fixes some docstring comments, and improves the SQLAlchemy object/connection check.
(FYI: @daniel-thom, this addresses your issue yesterday on the DuckDB fix).

@alexander-beedie alexander-beedie added the A-io-database Area: reading/writing to databases label Oct 17, 2024
@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Oct 17, 2024
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.97%. Comparing base (20ead46) to head (7f14e4f).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19270      +/-   ##
==========================================
- Coverage   80.03%   79.97%   -0.07%     
==========================================
  Files        1528     1529       +1     
  Lines      209657   209816     +159     
  Branches     2416     2416              
==========================================
  Hits       167791   167791              
- Misses      41317    41476     +159     
  Partials      549      549              

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

@ritchie46 ritchie46 merged commit 7472a76 into pola-rs:main Oct 17, 2024
15 checks passed
@alexander-beedie alexander-beedie deleted the sqlalchemy-connection-check branch October 17, 2024 06:33
@daniel-thom
Copy link

Thanks for the quick turnaround. And thanks for providing this optimized path for database I/O.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-io-database Area: reading/writing to databases fix Bug fix python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants