shy-morning-17240
08/07/2025, 6:47 PM@task(..., enable_deck=True)
and map_task(my_function, concurrency=some_number, enable_deck=True)
, my tasks generated using map_task still don't show a Deck button to show rendered outputs for each deck.
I re-worked my code to remove other complexities like @dynamic workflows and use of functools to define constant paramenters, but even when defining a @workflow that calls map_task(task_function), the Decks don't show up in Flyte UI.
Do I have to return Deck object from the mapped task in order to get it to show up in the Flyte Dashboard? Is there another way to access the Decks from each of these mapped tasks that's not through the executed workflow(e.g. some kubernetes hack, another place in the Flyte UI)? Is there something I need to consider/add in the Flyte helm configuration file?freezing-airport-6809
freezing-airport-6809
freezing-airport-6809
shy-morning-17240
09/12/2025, 5:13 PM