tool · inferred from evidence
dbt
A data transformation tool used for building and maintaining data pipelines.
- dbt fails with ImportError: cannot import name Unpack or override from typing_extensions
Running dbt on Databricks failed at import time with `ImportError: cannot import name 'Unpack' from 'typing_extensions'`, and on newer setups with `cannot import name 'override'`. The root cause was a version conflict: dbt-semantic-interfac
- Fix dbt-trino transaction timeout on queries longer than 5 minutes
dbt runs failed on Trino whenever a query ran longer than 5 minutes, because dbt-trino's transaction handling conflicted with Trino's default `transaction.idle-timeout` of 5 minutes (the adapter opened a transaction in one request while the