Returns a database object for the specfied database and data catalog.
athena_get_database(CatalogName, DatabaseName)[required] The name of the data catalog that contains the database to return.
[required] The name of the database to return.
A list with the following syntax:
list(
Database = list(
Name = "string",
Description = "string",
Parameters = list(
"string"
)
)
)
svc$get_database( CatalogName = "string", DatabaseName = "string" )