Pydantic v1 will not be supported for dbt 1.9 or later. To parse dbt 1.9 or later, please migrate your code to pydantic v2. We will reassess version compatibility ...
This is a dbt artifacts parser in python. It enables us to deal with catalog.json, manifest.json, run-results.json and sources.json as python objects. This package is primarily designed for dbt-core, ...
Python 3.10 development has stabilized and we can finally test out all of the new features that will be included in the final release. We’ll cover some of the most interesting additions to Python — ...