Skip to content

Commit

Permalink
Remove erroneously added wildcard method name (#9642)
Browse files Browse the repository at this point in the history
* Remove erronously added `wildcard` method name

* Remove unused key
  • Loading branch information
heysweet authored Mar 26, 2024
1 parent e46eae1 commit 9af5ec6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Under the Hood-20240223-092330.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Under the Hood
body: Remove unused key `wildcard` from MethodName enum
time: 2024-02-23T09:23:30.029245-05:00
custom:
Author: asweet
Issue: "9641"
1 change: 0 additions & 1 deletion core/dbt/graph/selector_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class MethodName(StrEnum):
Metric = "metric"
Result = "result"
SourceStatus = "source_status"
Wildcard = "wildcard"
Version = "version"
SemanticModel = "semantic_model"
SavedQuery = "saved_query"
Expand Down

0 comments on commit 9af5ec6

Please sign in to comment.