<@ULVA73B9P> where can I find examples on using tr...
# marvin-in-the-wild
p
@Marvin where can I find examples on using transactions in prefect 3?
m
You can find examples on using transactions in Prefect 3.0 in their documentation. Prefect supports transactional semantics that allow you to roll back on task failure and configure groups of tasks to run as an atomic unit. Here's a helpful link to the relevant section: Prefect 3.0 Transactions Guide This guide includes explanations on how transactions work, their stages, and examples of using the
transaction
context manager in your workflows.