Bug fixes
- Resolve errors occurring when
dbt_project_pathis str and partial supportdbt_project_path=Noneby @MrBones757 in #605 - Fix running dbt tests that depend on multiple models (support
--indirect-selectionbuildable) by @david-mag in #613 - Add tests to sources, snapshots and seeds when using
TestBehavior.AFTER_EACHby @tatiana in #599 - Fix custom selector when select has a subset of tags of the models' tags by @david-mag in #606
- Fix
LoadMode.AUTOMATICbehaviour to useLoadMode.DBT_LSwhenProfileMappingis used by @tatiana in #625 - Fix failure if
openlineage-commonraises a jinja exception by @tatiana in #626
Others
- Update contributing guide docs by @raffifu in #591
- Remove unnecessary stack trace from Cosmos initialization by @tatiana in #624
- Fix running test that validates manifest-based DAGs by @tatiana in #619
- pre-commit updates in #604 and #621
(cherry picked from commit 635fb7b)