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