Commit 97073e7
authored
[dagster-dbt] Fix
## Summary & Motivation
In the `@dbt_assets` decorator, it sets
`allow_arbitrary_check_specs=True` on the multi-asset definition to
allow for source tests. After upgrading to 1.12.2 this breaks because
this setting isn't set on the multi-asset defined in the component.
cc @OwenKephart
## How I Tested These Changes
## Changelog
[dagster-dbt] Fixed an issue introduced in version 1.12.2 that caused the `DbtProjectComponent` to not produce asset checks for tests on dbt sources.enable_source_tests_as_checks on DbtProjectComponent (#32821)1 parent ea2a5a6 commit 97073e7
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| 397 | + | |
397 | 398 | | |
398 | 399 | | |
399 | 400 | | |
| |||
0 commit comments