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
@ceteri I likely lack the depth of experience to suggest a path. :)
What little I do know makes me think fsspec sounds interesting. If only since I am learning Dask and there seems to be a relation there?
I could side step this rather easily in many ways. Crudely, I could simply pulling down the parquet and loading locally, or just using my credentials. Anonymous AWS access is perhaps an edge case given the issues it could raise for a data providers wallet.
Our use case is that it might be nice to allow people to explore with some small data without any need for credentials and we have to be using AWS S3... so here we are.
Anonymous access for kg.load_parquet could have its uses. If you have suggestions on a path for now, I'd take any guidance.
With dask I can do
and it will work for a public bucket / object on AWS S3
trying
returns: NoCredentialsError: Unable to locate credentials
curious what the way to pass the anon True credentials is.
The text was updated successfully, but these errors were encountered: