Romain Vincent
06/13/2023, 1:25 PMs3
from prefect.filesystems
and S3Bucket
from prefect_aws.s3
?Jeff Hale
06/13/2023, 1:58 PMRomain Vincent
06/13/2023, 2:01 PMJeff Hale
06/13/2023, 2:04 PMRomain Vincent
06/13/2023, 2:06 PMs3
is a bit redundant here. It seems I could get away with only s3Bucket
blocks in most cases.Jeff Hale
06/13/2023, 2:10 PMRomain Vincent
06/13/2023, 2:11 PMs3fs
libs, such as pandas? I did not test yet, but could I pass blocks as parameters for a pandas io function like <http://df.to|df.to>_csv(s3_bucket_block, aws_credentials=aws_credentials_block)
. Is that a possible use case for blocks?Romain Vincent
06/13/2023, 2:14 PM