diff --git a/.changes/unreleased/Under the Hood-20240223-092330.yaml b/.changes/unreleased/Under the Hood-20240223-092330.yaml new file mode 100644 index 00000000000..71e5903b4ad --- /dev/null +++ b/.changes/unreleased/Under the Hood-20240223-092330.yaml @@ -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" diff --git a/core/dbt/graph/selector_methods.py b/core/dbt/graph/selector_methods.py index a9cc6eabbbb..a88a4be832f 100644 --- a/core/dbt/graph/selector_methods.py +++ b/core/dbt/graph/selector_methods.py @@ -54,7 +54,6 @@ class MethodName(StrEnum): Metric = "metric" Result = "result" SourceStatus = "source_status" - Wildcard = "wildcard" Version = "version" SemanticModel = "semantic_model" SavedQuery = "saved_query"