-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Use Daft s3 credentials chain for deltalake reads (#2486)
**Before:** Without user intervention (by passing in explicit credentials), Daft would pass in `None` for credentials when instantiating the `DeltaTable` objects, causing auth issues with S3. **After:** We detect and special-case when there are no credentials being passed in, and try to use Daft's credentials chain to override the empty credentials before instantiating the `DeltaTable` <img width="727" alt="image" src="https://github.com/Eventual-Inc/Daft/assets/17691182/a45ac789-7f4d-4691-9f88-9b26089aeba6"> --------- Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
- Loading branch information
Showing
1 changed file
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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