We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efad4e commit 387b21bCopy full SHA for 387b21b
core/dbt/graph/selector_methods.py
@@ -536,7 +536,7 @@ def search(
536
# search sources is kind of useless now source configs only have
537
# 'enabled', which you can't really filter on anyway, but maybe we'll
538
# add more someday, so search them anyway.
539
- for unique_id, node in self.configurable_nodes(included_nodes):
+ for unique_id, node in self.all_nodes(included_nodes):
540
try:
541
value = _getattr_descend(node.config, parts)
542
except AttributeError:
0 commit comments