freezing-mouse-40688
11/23/2023, 11:39 PMpyflyte run simple_s3.py read_and_modify_df --url "<https://people.sc.fsu.edu/~jburkardt/data/csv/biostats.csv>"
And the error I am seeing is this:
Failed with Unknown Exception <class 'TypeError'> Reason: Encountered error while executing workflow 'simple_s3.read_and_modify_df':
Error encountered while executing 'read_and_modify_df':
Failed to convert outputs of task 'simple_s3.upload_df' at position 0:
Failed to put data from /tmp/flytei2h5ttap/user_spaced6y797dn/my_df.csv to <https://MY-BUCKET.s3.us-east-2.amazonaws.com/my_df.csv> (recursive=False).
Original exception: 403, message='Forbidden', url=URL('<https://MY-BUCKET.s3.us-east-2.amazonaws.com/my_df.csv>')
Encountered error while executing workflow 'simple_s3.read_and_modify_df':
Error encountered while executing 'read_and_modify_df':
Failed to convert outputs of task 'simple_s3.upload_df' at position 0:
Failed to put data from /tmp/flytei2h5ttap/user_spaced6y797dn/my_df.csv to <https://MY-BUCKET.s3.us-east-2.amazonaws.com/my_df.csv> (recursive=False).
Original exception: 403, message='Forbidden', url=URL('<https://MY-BUCKET.s3.us-east-2.amazonaws.com/my_df.csv>')
faint-activity-87590
11/24/2023, 2:51 PM<s3://bucket/>..
?
Looks like a permission error. Are you able to upload from your local terminal via the aws cli like aws s3 cp
?freezing-mouse-40688
11/24/2023, 2:53 PMfreezing-mouse-40688
11/24/2023, 2:54 PMfaint-activity-87590
11/24/2023, 3:24 PMfreezing-mouse-40688
11/24/2023, 3:24 PM