Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature / Add fsspec implementation for GCP storage in the runtime #379

Merged
merged 15 commits into from
Jun 21, 2023

Conversation

martin-traverse
Copy link
Contributor

The Arrow native FS implementation for GCS is not available on Windows, at least for some Windows versions. This PR adds an alternate implementation for GCS using the fsspec implementation and Arrow's fsspec wrapper.

Additionally, all the storage backends now support the "runtimeFs" property, which selects the storage implementation that is used in the runtime. The default is "auto", which selects the best available implementation for the current platform.

@martin-traverse martin-traverse merged commit 8a342d4 into finos:main Jun 21, 2023
32 checks passed
@martin-traverse martin-traverse deleted the feature/gcs_fsspec branch June 21, 2023 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant