Hi all, quick question, I used to be able to run w...
# ask-the-community
e
Hi all, quick question, I used to be able to run workflows with
StructuredDataset
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?
k
Cc @Jason Porter seems like a regression
p
Possibly related, I've noticed a similar issue with
pyflyte run
since upgrading.
Copy code
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'
j
Okay we'll take a look
166 Views