Typo.
This commit is contained in:
parent
467d70fcdc
commit
9201c236af
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ def end_sql_transaction(connection: Any, dry_run: bool = False) -> None:
|
||||||
|
|
||||||
:param connection: the connection to some database.
|
:param connection: the connection to some database.
|
||||||
:param dry_run: a flag indicating if persistence is desired. If dry_run
|
: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
|
:return: None
|
||||||
"""
|
"""
|
||||||
logger = prefect.context.get("logger")
|
logger = prefect.context.get("logger")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue