adapater_aws_glue

The adapter_aws_glue method creates a catalog adapter using an AWS Glue catalog.

Syntax

Parameters

ParameterTypeDescription
catalog_uristr

The URI of the REST catalog.

warehouse_locationstr

The location of the warehouse.

namestr

A descriptive name of the catalog. If not given, the catalog name is inferred from the catalog URI.

Returns

An IcebergCatalogAdapter.

Examples

The following example creates a catalog adapter using an AWS Glue catalog: