Skip to content

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 6, 2018 18:25
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