<#565 Tiny url improvements> Pull request opened b...
# flyte-github
a
#565 Tiny url improvements Pull request opened by wild-endeavor TL;DR This adds the ability to return an individual input or output in the flyte url, e.g.
Copy code
<flyte://v1/flytesnacks/development/ad5cb55f675g2s78swgp/end-node/i/o0>
There's currently no mechanism by which these URLs can be returned to the frontend however. This can be worked on separately. Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☑︎ Smoke tested ☑︎ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue Complete description • Refactored out the parsing logic to return a union instead. go doesn't have unions so returning a struct. • Split out the GetData function into one for node level and one for task execution level. • Added a second regex object to try to match against. Tracking Issue NA flyteorg/flyteadmin GitHub Actions: Build & Push Flyteadmin Image GitHub Actions: Goreleaser GitHub Actions: Build & Push Flytescheduler Image GitHub Actions: Bump Version 10 other checks have passed 10/14 successful checks