awswrangler.lakeformation.extend_transaction

awswrangler.lakeformation.extend_transaction(transaction_id: str, boto3_session: Session | None = None) None

Indicate to the service that the specified transaction is still active and should not be canceled.

Parameters:
  • transaction_id (str) – The ID of the transaction.

  • boto3_session (boto3.Session(), optional) – Boto3 Session. The default boto3 session will be used if boto3_session received None.

Returns:

None.

Return type:

None

Examples

>>> import awswrangler as wr
>>> wr.lakeformation.extend_transaction(transaction_id="...")