ADLS Multi-Datalake Support (fsspec)#2332
ADLS Multi-Datalake Support (fsspec)#2332tbirch-cyber wants to merge 20 commits intoapache:mainfrom tbirch-cyber:main
Conversation
|
hey @tbirch-cyber thanks for the PR. could you explain whats the reasoning behind this change? |
Hi @kevinjqliu thanks for taking the time to review! Sorry I should have put more in the PR message. Basically, it is very common to have a catalog split across multiple "storage accounts" (similar to an S3 bucket). Because of this, I need a way to provide a credential with an audience of I think a similar approach could probably also be used with S3: https://github.com/fsspec/s3fs/blob/main/s3fs/core.py#L203 Please let me know if there’s anything else you’d like changed or if you think this approach isn't maintainable. Thanks! |
Merge with upstream
Merge with upstream
merge with upstream
Attempted to follow similar style to pyarrow implementation.
Simplifies/cleans up logic for #1146
Part of larger fsspec/pyarrow feature parity #2259
The netloc param may help with any custom logic needed for #2271