Skip to content

Duckdb example #1271

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Duckdb example #1271

wants to merge 14 commits into from

Conversation

Jolanrensen
Copy link
Collaborator

@Jolanrensen Jolanrensen commented Jun 23, 2025

fixes #1259, requires #1270

Adds a notebook guide for adding DuckDB JDBC support to DataFrame. Adds tests to check the types are complete and work.

Jolanrensen and others added 11 commits June 23, 2025 13:35
In other databases like DuckDB, this type is actually "BASE TABLE" instead of "TABLE", making the function return 0 results. Setting it to `null` makes the integration do its default behavior, which usually is no filtering at all.
…l error when no tables are found, hinting at the tableTypes argument and what the database supports
@Jolanrensen Jolanrensen added the examples Something related to the examples label Jun 23, 2025
@Jolanrensen Jolanrensen requested a review from zaleslaw June 25, 2025 10:59
@Jolanrensen Jolanrensen marked this pull request as ready for review June 25, 2025 10:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
examples Something related to the examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add DuckDB JDBC example
1 participant