glue_batch_delete_table: Deletes multiple tables at once

View source: R/glue_operations.R

glue_batch_delete_tableR Documentation

Deletes multiple tables at once

Description

Deletes multiple tables at once.

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

Usage

glue_batch_delete_table(
  CatalogId = NULL,
  DatabaseName,
  TablesToDelete,
  TransactionId = NULL
)

Arguments

CatalogId

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

DatabaseName

[required] The name of the catalog database in which the tables to delete reside. For Hive compatibility, this name is entirely lowercase.

TablesToDelete

[required] A list of the table to delete.

TransactionId

The transaction ID at which to delete the table contents.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.