GlueCatalogIntegration
Last updated
Last updated
Manages the integration of AWS Glue as a catalog in Snowflake, supporting the ICEBERG table format.
name
(string, required) - The name of the catalog integration.
glue_aws_role_arn
(string, required) - The ARN for the AWS role to assume.
glue_catalog_id
(string, required) - The Glue catalog ID.
catalog_namespace
(string, required) - The namespace of the catalog.
enabled
(bool, required) - Specifies whether the catalog integration is enabled.
glue_region
(string) - The AWS region of the Glue catalog. Defaults to None.
comment
(string) - An optional comment describing the catalog integration.
table_format
(string or , required) - The format of the table, defaults to ICEBERG.
owner
(string or ) - The owner role of the catalog integration. Defaults to "ACCOUNTADMIN".