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
Since s3fs depends on aiobotocore, and aiobotocore's botocore library has strict version dependencies, it seems like a good idea to create my own S3 file system using ThreadPoolExecutor, a similar approach to awswrangler, instead of asyncio.
A cursor implementation to read CSV files in S3 without using Pandas.
It would be good to be able to use
awsathena+s3fs
in SQLAlchemy.https://github.com/fsspec/s3fs
https://docs.python.org/3/library/csv.html
The text was updated successfully, but these errors were encountered: