Gopal Vashishtha
08/11/2023, 3:43 PMflytectl get execution -p flyte -d development f8045590d18804db785c --details
and it returns a tree in the terminal which I think means the data does existCarina Ursu
08/11/2023, 4:34 PMFrank Flitton
08/11/2023, 6:11 PMGopal Vashishtha
08/11/2023, 7:12 PMhttps://<redacted>.com/console/projects/flyte/domains/development/executions/f0124f2d619844e7fae2
. The script that kicks off my run autogenerates this path for me using the return values of remote.executeCarina Ursu
08/11/2023, 7:20 PM/me
or /api/v1/projects
?
Does loading https://<redacted>.com/console
work or has it worked in the past?
It seems like console requests are coming back as 501’s, which sounds like an issue with the backendYee
Carina Ursu
08/11/2023, 7:53 PMYee
Gopal Vashishtha
08/13/2023, 3:21 PMYee
/console
bit seems to be missingGopal Vashishtha
08/14/2023, 5:16 PMYee
Laura Lin
08/14/2023, 6:26 PMGopal Vashishtha
08/15/2023, 6:01 PMread-azure
is the culprit:flytectl get workflows -p flyte -d development
also can't find my workflow. even though kubectl get flyteworkflows
does. Do workflows not get created automatically when a task is created?Yee
Gopal Vashishtha
08/15/2023, 10:55 PM