You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
S3 Select has a "JSON content type" option which can be selected as either "Lines" or "Document". Currently it appears that only "Lines" is implemented in s5cmd. Is it possible to also implement "Document"?
e.g. for this json file (also pasted at the end), the query
SELECTs.tracking_idFROM s3object[*]['metadata']['.zattrs'] s
S3 Select has a "JSON content type" option which can be selected as either "Lines" or "Document". Currently it appears that only "Lines" is implemented in s5cmd. Is it possible to also implement "Document"?
e.g. for this json file (also pasted at the end), the query
should return
However, running
currently returns an error
ERROR "select --query=SELECT s.tracking_id FROM s3object[*]['metadata']['.zattrs'] s s3://cmip6-pds/CMIP6/ScenarioMIP/CCCma/CanESM5/ssp370/r2i1p1f1/day/hurs/gn/v20190429/.zmetadata": JSONParsingError: Error parsing JSON file. Please check the file and try again. status code: 400, request id: 5791JR5VJYKXJ6KM, host id: G/NFOIjrL4RrmdJkpbCNzw2U2v4rGBfpApFyfZec/h+2iJBCyGKySit05YT3fD7/5Ib+ZwfYoT0=
s3://cmip6-pds/CMIP6/ScenarioMIP/CCCma/CanESM5/ssp370/r2i1p1f1/day/hurs/gn/v20190429/.zmetadata
The text was updated successfully, but these errors were encountered: