lively-appointment-50242
09/29/2023, 8:20 AMsource:
type: "iceberg"
config:
env: PROD
catalog:
name: my_iceberg_catalog
type: rest
# Catalog configuration follows pyiceberg's documentation (<https://py.iceberg.apache.org/configuration>)
config:
uri: <http://localhost:8181>
s3.access-key-id: admin
s3.secret-access-key: password
s3.region: us-east-1
warehouse: <s3a://warehouse/wh/>
s3.endpoint: <http://localhost:9000>
platform_instance: my_iceberg_catalog
table_pattern:
allow:
- marketing.*
profiling:
enabled: true
Can smb provide an Iceberg config example for the ADLS? Thanks in advance