https://prefect.io logo
Title
m

Mathijs Carlu

10/05/2022, 8:28 AM
Hi, I have a flow with 4 calls to a data API (thus 4 tasks), which all depend on a get_token task. I call all get_data tasks with .submit(wait_for=[capture_get_token]). The result of this get_token function is cached. When the cache is not yet filled, my radar view looks as it should, with the data tasks on the layer next to the token task. However, when a cached result is used, the radar view looks as in the attached image. Is this as intended? I would expect it to show a dependency nevertheless.
k

Khuyen Tran

10/05/2022, 1:47 PM
Is the image shown the one that uses cache?
m

Mathijs Carlu

10/05/2022, 1:49 PM
Yes, it is
@Khuyen Tran you probably forgot to follow up?
k

Khuyen Tran

10/10/2022, 1:11 PM
Hi @Mathijs Carlu, sorry for the late respond. I was out for a week. Do you mind submitting an issue on Prefect GitHub for this so our team can look at this?
m

Mathijs Carlu

10/10/2022, 1:12 PM
No problem, will do!
:gratitude-thank-you: 1
posting here for completeness: https://github.com/PrefectHQ/prefect/issues/7126
:gratitude-thank-you: 1