Skip to content

Import Catalog to Glue

glue_import_catalog_to_glue R Documentation

Imports an existing Amazon Athena Data Catalog to Glue

Description

Imports an existing Amazon Athena Data Catalog to Glue.

Usage

glue_import_catalog_to_glue(CatalogId)

Arguments

CatalogId

The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.

Value

An empty list.

Request syntax

svc$import_catalog_to_glue(
  CatalogId = "string"
)