Commit b822139
Add missing query_text column to dbt_tests table
- Added query_text column to dbt_tests table schema
- Updated flatten_test macro to use query_text instead of compiled_code
- This ensures compatibility with Elementary internal data processing
which expects query_text column in the dbt_tests artifact
Fixes ELE-5137
Co-Authored-By: Yosef Arbiv <[email protected]>1 parent 20b7637 commit b822139
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
180 | | - | |
| 181 | + | |
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| |||
0 commit comments