View source: R/glue_operations.R
glue_create_catalog | R Documentation |
Creates a new catalog in the Glue Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_create_catalog/ for full documentation.
glue_create_catalog(Name, CatalogInput, Tags = NULL)
Name |
[required] The name of the catalog to create. |
CatalogInput |
[required] A |
Tags |
A map array of key-value pairs, not more than 50 pairs. Each key is a UTF-8 string, not less than 1 or more than 128 bytes long. Each value is a UTF-8 string, not more than 256 bytes long. The tags you assign to the catalog. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.