% uv run dbt compile
dbt-fusion 2.0.0-preview.196
Loading profiles.yml
It hangs indefinitely. With --log-level debug it gets stuck at:
Initializing schema store with entry: Frontier(CanonicalFqn { catalog: "openfoodfacts", schema: "main", table: "products" }) and interval: None
No platform credentials found, skipping remote license
License check failed: Feature not licensed: 'lineage'
Setup:
requires-python = ">=3.9"
dependencies = [
"dbt>=2.0.0rc196",
"dbt-duckdb>=1.10.0",
]
[tool.uv]
prerelease = "allow"
The project has an external source pointing to a local parquet file via loader: local-parquet.
Works fine with: dbt-core>=1.9.0,<1.10.0 + dbt-duckdb>=1.10.0
Is Fusion support planned for dbt-duckdb, or is there a workaround for this schema store initialization hang?
It hangs indefinitely. With --log-level debug it gets stuck at:
Initializing schema store with entry: Frontier(CanonicalFqn { catalog: "openfoodfacts", schema: "main", table: "products" }) and interval: None
No platform credentials found, skipping remote license
License check failed: Feature not licensed: 'lineage'
Setup:
The project has an external source pointing to a local parquet file via loader: local-parquet.
Works fine with: dbt-core>=1.9.0,<1.10.0 + dbt-duckdb>=1.10.0
Is Fusion support planned for dbt-duckdb, or is there a workaround for this schema store initialization hang?