Skip to content

(WIP) fsspec compat#116

Closed
martindurant wants to merge 6 commits into
fsspec:masterfrom
martindurant:fsspec_compat
Closed

(WIP) fsspec compat#116
martindurant wants to merge 6 commits into
fsspec:masterfrom
martindurant:fsspec_compat

Conversation

@martindurant
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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