Hey Guys , I have a flyte deployment in aws eks setup and I have installed the flytekit and created a python file with tasks and workflows , can you tell me how do I make sure the execution is seen in the UI
when i run the below command
pyflyte run -p Hello_World new.py standard_scale_workflow --values '[1.0, 2.0, 3.0, 4.0, 5.0]'
I get the following output but I am not able to view this in the projects ui in webconsole
[-0.6324555320336759, -0.31622776601683794, 0.0, 0.31622776601683794, 0.6324555320336759]
Do i need to edit anything else ? or how do i watch execution in UI? Please do help
f
freezing-airport-6809
08/21/2023, 2:06 PM
—remote after the run argument
freezing-airport-6809
08/21/2023, 2:06 PM
Pyflyte run will run things locally
freezing-airport-6809
08/21/2023, 2:07 PM
But you can ship to remote
f
full-market-79972
08/23/2023, 5:07 AM
but when i do remote i get the following error
Failed with Exception Code: SYSTEM:Unknown
RPC Failed, with Status: StatusCode.INTERNAL
details: failed to create a signed url. Error: WebIdentityErr: failed to retrieve credentials
caused by: AccessDenied: Not authorized to perform sts:AssumeRoleWithWebIdentity
status code: 403,
full-market-79972
08/23/2023, 5:07 AM
can you please help me with this @freezing-airport-6809