Montreal-Analytics / dbt-snowflake-utils

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

Fix/docs generate #2

Closed MartinGuindon closed 4 years ago

MartinGuindon commented 4 years ago

Removed the ability to set an alternative warehouse for incremental runs as it cannot be isolated properly in the conditions, as there is no distinction in the Jinja context currently between SQL being compiled for a regular run and for dbt docs generate. This was resulting in the alternative warehouse being awoken and used for docs generation which is wasteful.

Closes #1