dbt-labs / dbt-bigquery

dbt-bigquery contains all of the code required to make dbt operate on a BigQuery database.
https://github.com/dbt-labs/dbt-bigquery
Apache License 2.0
223 stars 157 forks source link

nit: Remove unused stub function #1393

Closed syou6162 closed 1 week ago

syou6162 commented 3 weeks ago

resolves N/A

Problem

The _stub_relation function is not used anywhere. The increase in unused code increases the cognitive load on the developer.

Solution

Delete the _stub_relation function, which is not used anywhere.

Checklist

syou6162 commented 3 weeks ago

The CI for Check Changelog Entry has failed, but since it only deletes unused code, I have decided that the ChangeLog can be skipped.

mikealfare commented 2 weeks ago

@syou6162 Thanks for the "maintenance" PR. Not everyone is keen to submit those, but they're just as valuable to us.

mikealfare commented 1 week ago

Integration tests didn't trigger. Re-opening to re-trigger CI.