[CT-2559] [Feature] Remove unused check_new
method
#7586
Labels
enhancement
New feature or request
good_first_issue
Straightforward + self-contained changes, good for new contributors!
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
Is this your first time submitting a feature request?
Describe the feature
It looks like
check_new
is unused after being removed in an earlier PR. If so, then could we removecheck_new
altogether?dbt-core/core/dbt/graph/selector_methods.py
Lines 539 to 540 in 43d949c
I didn't do a
git grep "check_new"
in dbt-core or any adapters, but didn't see any usage here:https://github.com/search?q=repo%3Adbt-labs%2Fdbt-core+check_new&type=code
Describe alternatives you've considered
We can leave dead code like this without creating problems, but always nice to do some spring cleaning.
Who will this benefit?
Anyone reading or developing this portion of the code base.
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: