diff --git a/_data/meltano/extractors/tap-iceberg/shaped-ai.yml b/_data/meltano/extractors/tap-iceberg/shaped-ai.yml index 9588ff88d..0dcb182f2 100644 --- a/_data/meltano/extractors/tap-iceberg/shaped-ai.yml +++ b/_data/meltano/extractors/tap-iceberg/shaped-ai.yml @@ -47,22 +47,34 @@ settings: kind: string label: Batch Config Storage Root name: batch_config.storage.root -- description: The name of the Iceberg catalog - kind: string +- description: The name of the catalog to connect to. label: Catalog Name name: catalog_name -- description: Additional properties for the Iceberg catalog - kind: object - label: Catalog Properties - name: catalog_properties -- description: The type of Iceberg catalog (e.g., 'hive', 'rest', 'glue') - kind: string +- description: The type of catalog to connect to. label: Catalog Type name: catalog_type -- description: The URI of the Iceberg catalog - kind: string - label: Catalog Uri +- description: The URI of the catalog to connect to. + label: Catalog URI name: catalog_uri +- description: Additional properties to pass to the catalog connection. + kind: object + label: Catalog Properties + name: catalog_properties +- description: The access key of the AWS Glue Data Catalog. + label: Access Key + name: client_access_key_id + sensitive: true +- description: The secret access key of the AWS Glue Data Catalog. + label: Secret Access Key + name: client_secret_access_key + sensitive: true +- description: The session token of the AWS Glue Data Catalog. + label: Session Token + name: client_session_token + sensitive: true +- description: The region of the AWS Glue Data Catalog. + label: Region + name: client_region - description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization' kind: array label: Faker Config Locale