tabular-io / iceberg-kafka-connect

Apache License 2.0
177 stars 32 forks source link

iceberg.catalog.warehouse can override from connector config? #274

Open chethan-bs opened 2 weeks ago

chethan-bs commented 2 weeks ago

i am trying to use reset URL for ADLS and multiple storage container from connector config but i am unable to override the CATALOG_WAREHOUSE env from iceberg-rest.

"iceberg.catalog.warehouse": "abfss://storage-container-name@storageaccount.dfs.core.windows.net/warehouse", is not taking any action change from connector config and aways going with default from the rest.

could you please help on this configuration ?

"iceberg.catalog.io-impl": "org.apache.iceberg.azure.adlsv2.ADLSFileIO" works fine from connector config