It seems likely that in Union Serverless (and Flyte in general), you can view different versions of tasks and workflows in the UI, but the actual source code for each version is not directly displayed in the console. The UI shows metadata, inputs/outputs, and the static graph for each version, but not the code itself. You can see the list of versions and select a version to view its details, but the code is not surfaced—only the configuration and metadata are shown. This is confirmed by the UI documentation and related issues, which mention versioned entities and their metadata, but not code display capabilities.
If you need to inspect the code for a specific version, you would typically need to refer to your source control system (e.g., Git) using the version/tag that matches the Flyte registration, or check the container image used for that version. Would you like more detail on how to correlate Flyte task versions with your codebase or container images?
Sources:
-
https://www.union.ai/docs/flyte/user-guide/core-concepts/tasks/viewing-tasks/ 👍 0 button 👎 0 button 💡
Hint: Mention @runllm in the thread for followups.