Commit 4ea1afd
Fix Elementary materialization override and disable_samples meta config access
- Add required flag for dbt 1.8+ materialization overrides
- Enable materialization override by setting mute_ensure_materialization_override to false
- Fix is_elementary_enabled() macro to properly check elementary_enabled var
- Update disable_samples meta config access pattern to use bracket notation
- Clean up debug logging code
Co-Authored-By: Yosef Arbiv <[email protected]>1 parent f521f09 commit 4ea1afd
File tree
3 files changed
+12
-2
lines changed- integration_tests/dbt_project
- macros/edr
- materializations/test
- system/configuration
3 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | | - | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
0 commit comments