Skip to content

dbt: snowplow 0.13.2

Compare
Choose a tag to compare
@jtcohen6 jtcohen6 released this 17 Nov 10:03
b63a562

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 of unique test with manually concatenated columns. This fixes a known issue on BigQuery; it's also better overall (#108)