Commit d398702
refactor: move disable_dbt_artifacts_autoupload to dbt_project.yml
Both vars now in dbt_project.yml, no --vars needed on CLI.
disable_dbt_artifacts_autoupload only gates the on-run-end hook's
upload_dbt_artifacts() call, so it's safe to set globally.
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>1 parent 5a4a5d2 commit d398702
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments