sark
@prefect.task def log(item): <http://prefect.context.logger.info|prefect.context.logger.info>(item)
log(output)
log("the output of the previous task was: " + output)
+
the output of the previous task was: Task<blah blah>
Kyle Moon-Wright
@prefect.task def log(item): <http://prefect.context.logger.info|prefect.context.logger.info>(f"Previous Task Output was: {item}")
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.