From c129b9ee0e7f7b2fb653ce8cd464ae3a5730ab9c Mon Sep 17 00:00:00 2001 From: Marcin Rudolf Date: Fri, 6 Dec 2024 12:33:52 +0100 Subject: [PATCH] enabled iceberg in dbt-duckdb --- dlt/helpers/dbt/profiles.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/dlt/helpers/dbt/profiles.yml b/dlt/helpers/dbt/profiles.yml index a2a0014e4e..fd114478fb 100644 --- a/dlt/helpers/dbt/profiles.yml +++ b/dlt/helpers/dbt/profiles.yml @@ -83,6 +83,7 @@ duckdb: extensions: - httpfs - parquet + - iceberg # TODO: emit the config of duck db motherduck: