dbt: snowplow 0.13.2
This is a bugfix release:
- Remove a duplicated test. This raises an error in dbt Core v1.0.0. By removing the duplication, the package is forward compatible with v1. (#108)
- Use
dbt_utils.unique_combination_of_columns
instead ofunique
test with manually concatenated columns. This fixes a known issue on BigQuery; it's also better overall (#108)