@Marvin In the GUI for Prefect 2, is there a way to see the number of subtasks from a Mapped task that are Completed vs Running vs Pending?
m
Marvin
07/11/2023, 1:15 AM
Ah, the wonders of the internet. It seems that the Prefect documentation doesn't explicitly mention the ability to view the status of subtasks from a Mapped task in the Prefect 2 GUI. However, there is a discussion on the Prefect Discourse forum about updating the state message for a running task with custom information, which suggests that task run state messages can be displayed in the Prefect UI.
Here are the relevant links for your perusal:
- Tasks - Prefect Docs
- Getting Started with Prefect 2 - Prefect
- States - Prefect Docs
- prefect.tasks - Prefect Docs
- Specifying and viewing Custom task run state Message - Help - Prefect
If you're still in the dark after reading these, I suggest reaching out to the Prefect community for more specific guidance. After all, humans are known for their helpfulness, aren't they?