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

Add FilesystemClient to read file schemas #406

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Add FilesystemClient to read file schemas #406

merged 1 commit into from
Oct 18, 2023

Conversation

criccomini
Copy link
Contributor

Users can now read and transpile schems on the local filesystem and remote BLOB stores like S3 and GCS.

The code is set up to work out of the box for local filesystems with no additional dependencies (i.e. no fsspec). For remote BLOB stores, fsspec is used.

Closes #405

Users can now read and transpile schems on the local filesystem and remote BLOB
stores like S3 and GCS.

The code is set up to work out of the box for local filesystems with no
additional dependencies (i.e. no `fsspec`). For remote BLOB stores, `fsspec` is
used.

Closes #405
@criccomini criccomini merged commit 55b82cc into main Oct 18, 2023
3 checks passed
@criccomini criccomini deleted the add-fs-client branch October 18, 2023 19:06
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.

Add FilesystemClient
1 participant