ObjectStoreCatalogIntegration
Examples
Python
object_store_catalog_integration = ObjectStoreCatalogIntegration(
name="some_catalog_integration",
table_format="ICEBERG",
enabled=True,
comment="Integration for object storage."
)YAML
catalog_integrations:
- name: some_catalog_integration
table_format: ICEBERG
enabled: true
comment: Integration for object storage.Fields
Last updated