diff --git a/_data/meltano/extractors/tap-iceberg/shaped-ai.yml b/_data/meltano/extractors/tap-iceberg/shaped-ai.yml index cefb037f9..207f953c2 100644 --- a/_data/meltano/extractors/tap-iceberg/shaped-ai.yml +++ b/_data/meltano/extractors/tap-iceberg/shaped-ai.yml @@ -59,15 +59,19 @@ settings: - description: Additional properties to pass to the catalog connection. label: Catalog Properties name: catalog_properties + kind: object - 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