Henrietta Salonen
with Flow("test") as flow: s3.S3Upload.run(data, credentials="AWS_CREDENTIALS", bucket='bucket_name', compression='gzip') flow.run()
AttributeError: 'str' object has no attribute 'bucket'
Kevin Kho
run()
with Flow(..) as flow: S3Upload(init_stuff_here)(run_stuff_here)
with Flow("test") as flow: s3.S3Upload(data, credentials="AWS_CREDENTIALS", bucket='bucket_name', compression='gzip') flow.run()
s = S3Upload() with Flow(..) as flow: s()
with Flow(..) as flow: S3Upload()()
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.