Skip to content

Commit e4c7886

Browse files
authored
Support dbt Core 1.10 by updating manifest v12 (#157)
1 parent e50f391 commit e4c7886

File tree

4 files changed

+1249
-1495
lines changed

4 files changed

+1249
-1495
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This package is primarily designed for dbt-core, enabling seamless interaction w
2323
2424
| Version | Supported dbt Version | Supported pydantic Version |
2525
|---------|-----------------------|----------------------------|
26+
| 0.9 | dbt 1.7 to 1.10 | pydantic v2 |
2627
| 0.8 | dbt 1.5 to 1.9 | pydantic v2 |
2728
| 0.7 | dbt 1.5 to 1.8 | pydantic v2 |
2829
| 0.6 | dbt 1.5 to 1.8 | pydantic v1 |

dbt_artifacts_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
A dbt artifacts parser in python
1919
"""
2020

21-
__version__ = "0.8.3"
21+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)