I've built a flow_of_flows orchestration for my prefect project. Is it possible to see the task dependencies under each nested flow in the UI schematic? Right now I just see 2 flows, but I can't seem to drill down further into each flow
For Prefect 1.0 this is not a first class thing. In 2.0 it will be. For 1.0, you need to go to the subflow run in order to view the tasks and logs
✅ 1
d
dherincx
03/16/2022, 10:30 PM
@Kevin Kho, what about being able to rename how task names display in the UI. For example, I have a
case
statement and it displays
case(True)
, which is ok for someone who is developing the pipeline like myself, but for others, its not clear. Is this possible in 1.0?
k
Kevin Kho
03/16/2022, 10:43 PM
For that specific task, I think the name argument is not exposed because it uses a task underneath here and there is no option to pass kwargs. You can open an issue on Github though
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.