-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
We are working with a multiple files catalog, eg:
plugins:
source:
- module: intake_parquet
sources:
test:
description: Short example parquet data
driver: parquet
args:
urlpath:
- s3://bucket/path/file.parquet
- s3://bucket/path/file2.parquet
- s3://bucket/path/file3.parquet
storage_options:
anon: True
client_kwargs:
endpoint_url: https://example.com
- With only two entries,
discover()
is fine, we canread_partition(0)
andread_partition(1)
, but a fullread()
fails withValueError: storage_options passed with buffer, or non-supported URL
, probably becauseParquetSource.read()
does not handle array inurl_path
. - With more that 2 entries,
discover()
fails with a `KeyError.
Thanks for maintaining this intake plugin !
Metadata
Metadata
Assignees
Labels
No labels