Hi all, what would you consider best practice for ...
# ask-community
m
Hi all, what would you consider best practice for reporting business-case-specific results from a Prefect pipeline, such as a data cleansing task or data quality checkpoint task? Would you report the results directly to the prefect logs, or is it better to keep the prefect logging to task summaries and output detailed reports as a text or html file?
k
Are you familiar with Prefect Artifacts?
Or just persist it somewhere and then make a link artifact to point to it?
m
oh wow, Artifacts sound really powerful. thanks!
k
But they are not permanent. They are attached to the Flow Run so they are affected by retention limits
m
so it would make sense to post them to both the UI and to some longer-term storage if you need them then
k
Yeah anyway if you use a link artifact, it presumably lives in that other location.