dbt-labs / dbt-snowflake

dbt-snowflake contains all of the code enabling dbt to work with Snowflake
https://getdbt.com
Apache License 2.0
296 stars 176 forks source link

Remove a macro that is entirely a docstring #1185

Closed mikealfare closed 2 months ago

mikealfare commented 2 months ago

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