<@U06RKAMK0UC> in union serverless, I can see that...
# ask-ai
s
@ancient-wolf-19325 in union serverless, I can see that we have different versions of the tasks, but where can I see the code for the different versions
j
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.
h
I suggest rerunning the task in debug mode. It'll open up a vscode instance and you should be able to see and debug your code there