snowplow / dbt-snowplow-utils

Snowplow utility functions to be used in conjunction with the snowplow-web dbt package.
Other
13 stars 6 forks source link

Fix `incremental_strategy` default argument bug #97

Closed emielver closed 2 years ago

emielver commented 2 years ago

Describe the bug

In dbt-core@1.3 we seem to have a bug with the incremental_strategy config where it misses the default argument. Can we raise an explicit check for this and fix it?