limited-greece-93450
05/26/2022, 6:57 PMfreezing-airport-6809
flytedecks
which is getting merged in the next 2 weeks.
It is availalbe in Flytekit. This allows you to have customized visualizations as part of your tasks.
It also automatically visualizes some datasets and we wil be soon opening up auto visualization plugins.
To learn more cc @high-accountant-32689 / @glamorous-carpet-83516. can you guys point to the flytekit side example.freezing-airport-6809
freezing-airport-6809
glamorous-carpet-83516
05/26/2022, 7:47 PM@task()
def t1() -> str:
...
flytekit.Deck("ROC", "<convert_roc_to_html_string_here>")
then run the workflow locally, and you can open deck.html
to see the ROC metriclimited-greece-93450
05/26/2022, 8:12 PM