Ankit
01/31/2023, 6:39 AMpd.read_parquet(bucket, key)
to read the parquet files as pandas df earlier which doesn't seem to work with my new setup probably compatibility issue of pandas or some other module's version. I tried using s3 blocks to read but it keeps giving the same error of file not found
. Anyone aware about what might be wrong?
from prefect.filesystems import S3
s3_block = S3.load("block-name")
s3_block.read_path('key')