Commit 2e1a7fd
committed
fix: skip dbt seed in integration_tests_2 fusion test
Fusion mis-resolves the path to the package's `dbt_project_evaluator_exceptions`
seed when running `dbt seed` from a consuming project, producing a doubled
`dbt_packages/dbt_project_evaluator/dbt_packages/dbt_project_evaluator/seeds/...`
prefix and failing with an IO error.
The seed isn't required here: integration_tests_2 only runs `dbt run`
(not `dbt build`), so the on-run-end filter macro that reads the exceptions
seed is never invoked.1 parent 79160b9 commit 2e1a7fd
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments