Skip to content

Commit

Permalink
Update Tap Iceberg to add AWS configuration support (#1809)
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
BTheunissen and edgarrmondragon authored Jul 25, 2024
1 parent 39a03bf commit 5c253e1
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions _data/meltano/extractors/tap-iceberg/shaped-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c253e1

Please sign in to comment.