Skip to content

dbt-duckdb hangs during dbt compile when used with dbt-fusion engine #778

Description

@kylejbrk
% 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions