Commit 1e38ebd
dbt 2.0 preview emits `unit_tests[].checksum` as a `Checksum` object
(`{"name": "", "checksum": ""}`) instead of a plain string. This broke
`dbt_ingestion` for tenants using dbt 2.0 (e.g., docusign integration 21).
Update `Disabled13.checksum` and `UnitTests.checksum` from
`Optional[str]` to `Optional[Union[str, Checksum]]` to accept both
the old string format and the new dict format.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a45399f commit 1e38ebd
File tree
1 file changed
+2
-2
lines changed- src/vendor/dbt_artifacts_parser/parsers/manifest
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4109 | 4109 | | |
4110 | 4110 | | |
4111 | 4111 | | |
4112 | | - | |
| 4112 | + | |
4113 | 4113 | | |
4114 | 4114 | | |
4115 | 4115 | | |
| |||
4381 | 4381 | | |
4382 | 4382 | | |
4383 | 4383 | | |
4384 | | - | |
| 4384 | + | |
4385 | 4385 | | |
4386 | 4386 | | |
4387 | 4387 | | |
| |||
0 commit comments