forked fromduckdb/duckdb-python
- Notifications
You must be signed in to change notification settings - Fork0
Add filename_pattern to to_parquet Python API#1
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
matthewbayer wants to merge51 commits intomainChoose a base branch frommb/filename_pattern
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
…tly loaded (duckdb#135)Fixesduckdb#134Also removes a print statement when the driver is found.
Add a convenience workflow to run selected pytests on a specificplatform in CI.
[#19444](duckdb/duckdb#19444) fixed adbc issueson Windows, both in main and v1.4-andium. Confirmed that the tests passinhttps://github.com/evertlammerts/duckdb-python/actions/runs/18946381716/job/54098707391,so we can remove the xfails.
Make sure the experimental module is also exported in __all__ (mightfixduckdb/duckdb#17873)
Followed:python/mypy#8634Prior to this mypy would complain when using `.pl(lazy=True).collect()`this will prevent that
fixesduckdb/duckdb#18396related pr in core:duckdb/duckdb#19583The checks of this PR can only run afterduckdb/duckdb#19583 lands
Bump duckdb submodule:- Target branch: v1.4-andium- Date: 2025-11-19 12:16:38- DuckDB SHA: 19cad945a5- Trigger:https://github.com/duckdb/duckdb-python/actions/runs/19499672687
Bump duckdb submodule:- Target branch: v1.4-andium- Date: 2025-11-20 12:42:43- DuckDB SHA: a2ae69278e36a919880c521d18789dca9fb6f15a- Trigger:https://github.com/duckdb/duckdb-python/actions/runs/19536243906
Bump duckdb submodule:- Target branch: v1.4-andium- Date: 2025-11-21 07:08:09- DuckDB SHA: 5659b336314888a0725e4d6118becb26ce5f06c5- Trigger:https://github.com/duckdb/duckdb-python/actions/runs/19562401964
Bump duckdb submodule:- Target branch: v1.4-andium- Date: 2025-11-26 05:54:55- DuckDB SHA: 24ca471d643f9a7ef16e1a20b78285636d4c3bfe- Trigger:https://github.com/duckdb/duckdb-python/actions/runs/19693607496
Bump duckdb submodule:- Target branch: v1.4-andium- Date: 2025-11-29 05:44:39- DuckDB SHA: 9c1f71da3a94611611b9c88aa3a957d32915ee06- Trigger:https://github.com/duckdb/duckdb-python/actions/runs/19779490370
Bump duckdb submodule:- Target branch: v1.4-andium- Date: 2025-11-30 05:47:14- DuckDB SHA: 136dd6ada5619cd9293a03cca717515f7436cfa8- Trigger:https://github.com/duckdb/duckdb-python/actions/runs/19794358400
Bump duckdb submodule:- Target branch: v1.4-andium- Date: 2025-12-02 05:50:26- DuckDB SHA: 36451fcf23b4d8ebf2cb52e26eef93f7fb54561b- Trigger:https://github.com/duckdb/duckdb-python/actions/runs/19848275679
6833034 to5cb2afbCompareSign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.