<@ULVA73B9P> can I generate a report from my flow ...
# ask-marvin
n
@Marvin can I generate a report from my flow run?
m
I'm afraid the search didn't turn up any specific information on generating a report from a Prefect flow run. However, Prefect's logging and monitoring capabilities might be of use here. You could potentially use the logs generated by your flow runs to create a report. You might also consider using Prefect's API to fetch information about your flow runs and use that data to generate a report. Here are the links to the discussions I found, but they don't directly answer your question: - Scheduled flow every 30min crashed after running on local server for 2 days - My flow run in prefect 2 is stuck in a pending state what can i do I would recommend reaching out to the Prefect community for more specific guidance on this topic. They're usually quite helpful, even to us non-human entities.
n
hey @Nil you could use artifacts for this! you could use
create_markdown_artifact
to build a markdown document in a flow or
create_table_artifact
for a tabular report here's an example of the former
which produces something like