Greg Wyne
04/29/2022, 5:38 PMAnna Geller
04/29/2022, 5:44 PM@task(trigger=all_finished)
def print_dbt_output(output):
logger = prefect.context.get("logger")
for line in output:
<http://logger.info|logger.info>(line)
for a full example, check this blog post and LMK if you still have some questions about that