database · inferred from evidence
Trino
A distributed SQL query engine for big data.
- 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
- Fix dbt-trino snapshot failing to create __dbt_tmp after first run
dbt snapshots on Iceberg catalogs worked once, then failed because the snapshot tried to create the __dbt_tmp table in the same storage location as the final snapshot table, which Trino forbids. The workaround confirmed by a maintainer is t