Hi everybody. I am quite new to the DataHub. I hav...
# integrate-iceberg-datahub
l
Hi everybody. I am quite new to the DataHub. I have a task on my plate to ingest Iceberg metadata that is on Azure Data Lake Storage (ADLS) https://datahubproject.io/docs/generated/ingestion/sources/iceberg There is a config example for S3 but not for ADLS:
Copy code
source:
  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