nick-amplify
nick-amplify
Ah thanks. that is what I ended up doing to get it to work. Wish I had found the migration guide sooner. thank you!
@martindurant Here are the logs shown: ```python 2023-07-11 09:22:35,439 - s3fs - DEBUG - connect -- Setting up s3fs instance 2023-07-11 09:22:35,439 - s3fs - DEBUG - Setting up s3fs...
@martindurant current `s3fs.__version__` is `'0.4.0'` I just updated to `2023.6.0` and seems to hit the same problem Also, I get a FileNotFound when directly calling `head` on s3fs: ```python s3...
> Switching `fsspec.open` for `s3.open` makes the test pass, so this is definitely in fsspec, it must be converting "//" to "/". This find at least gives you a workaround....
> `s3` is the S3FileSystem instance. I understand that this should work directly with pandas.read_csv, but you could for the moment do: > > ``` > s3 = fsspec.filesystem("s3", **storage_options)...
Usage is definitely shown as one of the grants when I run `show grants` on the warehouse. I'm not sure if terraform cloud gives me access to the raw snowflake...