Add Daft to bucket integrations#2616
Merged
Merged
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Daft's hf:// connector needs the token via IOConfig(hf=HuggingFaceConfig(...)); the bare read returns Unauthorized on (always-private) buckets. Verified against daft 0.7.17. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
davanstrien
marked this pull request as ready for review
July 7, 2026 09:43
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
Sign up for free
to 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.
Daft merged native
hf://buckets/path support with Xet-accelerated reads via thehf-xetcrate (Eventual-Inc/Daft#7183 and prior bucket-path work, onmain).Draft until the next Daft release ships it (latest release v0.7.15 predates both) — will verify the snippet against the released wheel, then mark ready.
Moves Daft out of the "Coming soon" list into its own section.
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes with no runtime, auth, or data-path behavior changes in this repo.
Overview
Documents Daft as a first-class bucket integration with a new section after Dask, including a
read_parquetexample onhf://buckets/paths usingIOConfig/HuggingFaceConfigandget_token(), and notes Xet-accelerated reads via Daft’s Hugging Face connector.Updates Coming soon to drop Daft from the pending native
hf://list (Polars, DuckDB, and webdataset remain).Reviewed by Cursor Bugbot for commit 57a69ec. Bugbot is set up for automated code reviews on this repo. Configure here.