lakeformation_start_transaction: Starts a new transaction and returns its transaction ID

View source: R/lakeformation_operations.R

lakeformation_start_transactionR Documentation

Starts a new transaction and returns its transaction ID

Description

Starts a new transaction and returns its transaction ID. Transaction IDs are opaque objects that you can use to identify a transaction.

See https://www.paws-r-sdk.com/docs/lakeformation_start_transaction/ for full documentation.

Usage

lakeformation_start_transaction(TransactionType = NULL)

Arguments

TransactionType

Indicates whether this transaction should be read only or read and write. Writes made using a read-only transaction ID will be rejected. Read-only transactions do not need to be committed.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.