Commit 62b1122
Workaround dbt-fusion 2.0.0-preview.104 Redshift temp table bug
Disable temporary tables for Redshift when using dbt-fusion to work around
a panic in preview.104's ADBC 0.22 driver.
Bug: get_columns_in_relation() on temp tables causes intermittent panics with:
"Either resolved_catalog or resolved_schema must be present"
at fs/sa/crates/dbt-adapter/src/metadata/mod.rs:91:9
The panic occurs during INSERT operations when the ADBC driver returns empty
catalog/schema metadata for temporary tables.
Workaround: Disable temp tables for Redshift+fusion, using regular tables
instead. This is slightly less efficient but avoids the panic.
This bug was introduced in preview.104 and was not present in preview.102.
Will re-enable temp tables once dbt-fusion fixes this issue.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent abb8112 commit 62b1122
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments