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 387b21b commit 06bfad4Copy full SHA for 06bfad4
core/dbt/graph/selector_methods.py
@@ -205,11 +205,6 @@ def all_nodes(
205
self.saved_query_nodes(included_nodes),
206
)
207
208
- def configurable_nodes(
209
- self, included_nodes: Set[UniqueId]
210
- ) -> Iterator[Tuple[UniqueId, ResultNode]]:
211
- yield from chain(self.parsed_nodes(included_nodes), self.source_nodes(included_nodes))
212
-
213
def non_source_nodes(
214
self,
215
included_nodes: Set[UniqueId],
0 commit comments