We have a macro in our code that is entirely a docstring. It is not called anywhere within dbt-snowflake. It also contains a link to a resource that is no longer relevant.
[x] I have run this code in development and it appears to resolve the stated issue
[x] This PR includes tests, or tests are not required/relevant for this PR
[x] This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX
Problem
We have a macro in our code that is entirely a docstring. It is not called anywhere within
dbt-snowflake
. It also contains a link to a resource that is no longer relevant.Solution
Remove the macro.
Checklist