Fix ADBC driver path resolution when `importlib.util` was not implicitly loaded by henryharbeck · Pull Request #135 · duckdb/duckdb-python

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@henryharbeck

Copy link Copy Markdown

Fixes #134

Also removes a print statement when the driver is found.

@evertlammerts evertlammerts changed the base branch from main to v1.4-andium

October 27, 2025 13:31

@evertlammerts evertlammerts changed the base branch from v1.4-andium to main

October 27, 2025 13:32

@evertlammerts

Copy link Copy Markdown

Collaborator

Thanks @henryharbeck, looks good to me. Can you rebase this onto the v1.4-andium branch? That way it can make it into 1.4.2.

@henryharbeck henryharbeck changed the base branch from main to v1.4-andium

October 28, 2025 11:07

@henryharbeck henryharbeck changed the base branch from v1.4-andium to main

October 28, 2025 11:12

@henryharbeck henryharbeck changed the base branch from main to v1.4-andium

October 28, 2025 12:00

@henryharbeck henryharbeck reopened this

Oct 28, 2025

@henryharbeck

Copy link Copy Markdown

Author

Thanks, done

Copy link Copy Markdown

Collaborator

@evertlammerts evertlammerts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

henryharbeck reacted with hooray emoji

@evertlammerts evertlammerts added this pull request to the merge queue

Oct 28, 2025

Merged via the queue into duckdb:v1.4-andium with commit 50c802b

Oct 28, 2025

6 checks passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@evertlammerts evertlammerts evertlammerts approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Can't connect to ADBC Driver if importlib.util is not implicitly loaded

2 participants

@henryharbeck @evertlammerts