glue_update_database: Updates an existing database definition in a Data Catalog

View source: R/glue_operations.R

glue_update_databaseR Documentation

Updates an existing database definition in a Data Catalog

Description

Updates an existing database definition in a Data Catalog.

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

Usage

glue_update_database(CatalogId = NULL, Name, DatabaseInput)

Arguments

CatalogId

The ID of the Data Catalog in which the metadata database resides. If none is provided, the Amazon Web Services account ID is used by default.

Name

[required] The name of the database to update in the catalog. For Hive compatibility, this is folded to lowercase.

DatabaseInput

[required] A DatabaseInput object specifying the new definition of the metadata database in the catalog.


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