Is there any resources that display how we can add...
# ask-metaflow
c
Is there any resources that display how we can add the dbt lineage or a wandb chart or dashboard as part of a model card?
v
great question! It should be doable and I have heard that some folks have done it
the basic idea is that you can embed whatever HTML content on your card, e.g. embedded charts from wandb
you can test it relatively easily with this html card template
I don't know if dbt has similarly embeddable reports but the same idea applies
c
Thanks I see so most likely a manual process in the sense you do need to manually click the share button (from your link) and hard code it in your card. Also wandb only allow public reports to be enabled. Still it is doable! Thank you. For DBT yes we might need to find some hacky solution there.
v
you could package it in a library / card template so that you don't have to do it manually every time - just the first time when you design what you want to show