fix(transform): use community repository for h3 extension install

SQLMesh's extensions config supports dict form with 'repository' key,
which runs INSTALL h3 FROM community + LOAD h3 automatically at connect
time. No manual one-time install needed per machine.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-03-06 10:26:56 +01:00
parent 4e4ff61699
commit 159d1b5b9a

View File

@@ -6,7 +6,8 @@ gateways:
local: "{{ env_var('DUCKDB_PATH', 'data/lakehouse.duckdb') }}"
extensions:
- spatial
- h3
- name: h3
repository: community
default_gateway: duckdb