Skip to content

Releases: Montreal-Analytics/dbt-snowflake-utils

0.1.3

Choose a tag to compare

@MartinGuindon MartinGuindon released this 14 Jun 02:27
63f85a3

Features:

  • Operation macro to drop a schema

Enhancements:

  • Additional parameter in the Clone Schema operation macro to specify source and target databases (#8)

Credits:
Thanks to @jtalmi for the contribution!

0.1.2

Choose a tag to compare

@MartinGuindon MartinGuindon released this 03 May 14:28

Features:

  • Add a new clone_schema() macro (contributor: @jtalmi)

Improvements:

  • Add macro docs for warehouse_size()

0.1.1

Choose a tag to compare

@MartinGuindon MartinGuindon released this 28 Apr 15:40
7faeea8

Fix:

  • Removed support for setting an alternative warehouse due to unresolvable conflicts at the moment. (#1)

0.1.0

Choose a tag to compare

@MartinGuindon MartinGuindon released this 23 Apr 20:04

Initial release of the snowflake_utils package. This package aims to create a collection of Snowflake-specific utility macros for dbt projects. This first release contains a single macro described below.

Feature:

  • warehouse_size() macro: This macro returns an alternative warehouse for incremental models when specific conditions are met (eg. initial, full-refresh or incremental run).