athena_get_database: Returns a database object for the specified database and data...

View source: R/athena_operations.R

athena_get_databaseR Documentation

Returns a database object for the specified database and data catalog

Description

Returns a database object for the specified database and data catalog.

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

Usage

athena_get_database(CatalogName, DatabaseName, WorkGroup = NULL)

Arguments

CatalogName

[required] The name of the data catalog that contains the database to return.

DatabaseName

[required] The name of the database to return.

WorkGroup

The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.


paws.analytics documentation built on Sept. 12, 2024, 6:40 a.m.