-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
questionFurther information is requestedFurther information is requested
Description
With dask I can do
df = dd.read_parquet('s3://bucket/key', storage_options={'anon': True})
and it will work for a public bucket / object on AWS S3
trying
kg = kglab.KnowledgeGraph()
kg.load_parquet('s3://bucket/key', storage_options={'anon': True})
returns: NoCredentialsError: Unable to locate credentials
curious what the way to pass the anon True credentials is.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested