#1680 More time info for time line deck
Pull request opened by
Yicheng-Lu-llll
TL;DR
This PR:
• allows users to view the remote URL for uploading and downloading in the time line deck
• The process of "generating the timeline HTML file" has been moved to a later stage, allowing for the inclusion of more time-specific information. In the previous implementation, the user could not see the remote URL storing the 'output.pb' and 'deck.pb' files because the HTML file was generated too early. This adjustment ensures these important details are visible in the timeline.
flytekit/flytekit/bin/entrypoint.py
Line 159 in </flyteorg/flytekit/commit/c8433ea2d2ecf362815b1ee63554549ced9acd75|c8433ea>
Checks
Tested in the sandbox. We are now able to see the remote url in time line deck.
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
How did you fix the bug, make the feature etc. Link to any design docs etc
flyteorg/flytekit
✅ All checks have passed
30/30 successful checks