Bug fixes
- Remove redundant prefix of task names when
test_behavior = TestBehavior.AFTER_EACHby @binhnq94 in #524 - Fix rendering vars in
DbtModelwhen usingLoadMode.CUSTOMby @dojinkimm in #502 - Fix attempt of emitting OpenLineage events if task execution fails by @tatiana in #526
- Fix Rust dependency for Windows users by @tatiana in #526
- Fix
DbtRunOperationLocalOperatormissing flags by @tatiana in #529 - Fix
DbtRunLocalOperatorto support the full refresh argument by @tatiana in #529
Others
- Docs: Comparison of concepts in dbt and Airflow by @tatiana in #523.
- Update PyPI project links by @tatiana in #528
- pre-commit updates