Ena Škopelja
04/17/2023, 10:06 AMStructuredDataset
inputs from the UI by just passing a link to the parquet file as input, but recently (as of 1.4.0 I think) I get an error message (screenshot attached). Is that something that is intentional i.e. you won't be providing support anymore?Ketan (kumare3)
04/17/2023, 1:10 PMPryce
04/17/2023, 5:50 PMpyflyte run
since upgrading.
pyflyte run --remote file_test.py wf --infile regions.txt
Failed with Exception: Reason: USER:AssertionError
Underlying Exception: 'PosixPath' object has no attribute 'startswith'
Failed to put data from /home/Desktop/workflows/regions.txt to <http://localhost:30002/my-s3-bucket/flytesnacks/development/7JETLO2QOQL6XBHRCAVK2PTZRA%3D%3D%3D%3D%3D%3D/regions.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minio%2F20230417%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230417T031122Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=content-md5%3Bhost&X-Amz-Signature=s1gn4tur3> (recursive=False).
Original exception: 'PosixPath' object has no attribute 'startswith'
Jason Porter
04/18/2023, 5:02 PM