delete_table_and_data: Deletes both a table from an Athena database and the...

View source: R/wrap.R

delete_table_and_dataR Documentation

Deletes both a table from an Athena database and the underlying data on S3.

Description

Deletes both a table from an Athena database and the underlying data on S3.

Usage

delete_table_and_data(database, table)

Arguments

database

The database name.

table

The table name.

Examples

`dbtools::delete_table_and_data("__temp__", "my_table")`

moj-analytical-services/dbtools documentation built on Sept. 29, 2024, 2:06 a.m.