This commit is contained in:
Pablo Martin 2023-04-24 13:48:33 +02:00
parent 467d70fcdc
commit 9201c236af

View file

@ -48,7 +48,7 @@ def end_sql_transaction(connection: Any, dry_run: bool = False) -> None:
:param connection: the connection to some database.
:param dry_run: a flag indicating if persistence is desired. If dry_run
is True, changes will be rollbacked.
is True, changes will be rolledback.
:return: None
"""
logger = prefect.context.get("logger")