Skip to content

snowplow-media-player v0.9.3

Choose a tag to compare

@github-actions github-actions released this 28 Jul 10:24
· 2 commits to main since this release

Summary

This release introduces the requirement for the user to explicitly accept the snowplow user license.

Features

  • A new boolean variable snowplow__license_accepted has been introduced in the main dbt package's dbt_project.yml file.
  • The default value of variable snowplow__license_accepted has been set to false.
  • To use this dbt package, the user is required accept the Snowplow Personal and Academic License or have a commercial agreement with Snowplow. See: https://docs.snowplow.io/personal-and-academic-license-1.0.
  • To accept, the user needs to set variable snowplow__license_accepted to true in their project's dbt_project.yml.

Upgrading

Update the snowplow-media-player version in your packages.yml file.