athena_get_database: Returns a database object for the specfied database and data catalog
Description
Returns a database object for the specfied database and data catalog.
Usage
athena_get_database(CatalogName, DatabaseName)
Arguments
CatalogName
[required] The name of the data catalog that contains the database to return.
DatabaseName
[required] The name of the database to return.
Request syntax
svc$get_database(
CatalogName = "string",
DatabaseName = "string"
)