You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Regression in logic for "selection criterion ... does not match any nodes"
[CT-1541] Regression in logic for "selection criterion ... does not match any nodes"
Nov 21, 2022
Petit regression in the
main
branch, introduced by #6064Caught by Sung in #6271 (comment), and Mila in Slack
Before
dbt-core/core/dbt/graph/selector.py
Lines 145 to 146 in 8145eed
dbt-core/core/dbt/graph/selector.py
Lines 27 to 29 in 8145eed
After
dbt-core/core/dbt/graph/selector.py
Lines 139 to 140 in 9877648
(missing the check for
len(direct_nodes) == 0
!)The text was updated successfully, but these errors were encountered: