Montreal-Analytics / dbt-snowflake-utils

Snowflake-specific utility macros for dbt projects.
Apache License 2.0
105 stars 36 forks source link

Feat/Fix typo in macros.yml #47

Closed sp-tkerlavage closed 9 months ago

sp-tkerlavage commented 12 months ago

There's a typo in the macros.yml file. This raises a warning when a project that uses this package is invoked.

calleo commented 11 months ago

You might also want to add something like DBT_WARN_ERROR_OPTIONS='{"include": "all"}' to the build pipeline to avoid warnings like this slipping through. Ping @JFrackson

bbrewington commented 10 months ago

What is the plan to get this PR merged? Could this go into release version 0.6.2 since it's just docs & non-breaking?

bbrewington commented 10 months ago

@JFrackson ^ asking about plan for releasing this PR, and forgot to "@" you in previous comment

JFrackson commented 9 months ago

Thanks for this fix and sorry for the delay with the review! We'd definitely like to add better CI/CD to this project and this is just one part of that