Bug fixes
- Fix: ensure
DbtGraph.update_node_dependencyis called for all load methods by @jbandoro in #803 - Fix: ensure operator
executemethod is consistent across all execution base subclasses by @jbandoro in #805 - Fix custom selector when
testnode has nodepends_onvalues by @tatiana in #814 - Fix forwarding selectors to test task when using
TestBehavior.AFTER_ALLby @tatiana in #816
Others
- Docs: Remove incorrect docstring from
DbtLocalBaseOperatorby @jakob-hvitnov-telia in #797 - Add more logs to troubleshoot custom selector by @tatiana in #809
- Fix OpenLineage integration documentation by @tatiana in #810
- Fix test dependencies after Airflow 2.8 release by @jbandoro and @tatiana in #806
- Use Airflow constraint file for test environment setup by @jbandoro in #812
- pre-commit updates in #799, #807