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

(WIP) fsspec compat #116

Closed
wants to merge 6 commits into from
Closed

Conversation

martindurant
Copy link
Member

Start of compatibility with fsspec.

Note the large amount of removed code.

In [2]: from fsspec.core import open_files
In [3]: open_files('gcs://mdtemp/*.avro', storage_options={'token': 'anon'})
[<OpenFile 'mdtemp/one.avro'>, <OpenFile 'mdtemp/two.avro'>]

@martindurant
Copy link
Member Author

(will fail tests, not updated at all)

@martindurant martindurant changed the title Fsspec compat (WIP) fsspec compat Oct 29, 2018
Martin Durant added 2 commits November 22, 2018 21:01
Base GCSFile on AbstractBuffered File

Missing: no route to _simple_upload, calls _initiate_upload always
@martindurant
Copy link
Member Author

Will make new PR with recent changes included to supersede this one.

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.

1 participant