snowplow-media-player v0.9.3
Summary
This release introduces the requirement for the user to explicitly accept the snowplow user license.
Features
- A new boolean variable
snowplow__license_acceptedhas been introduced in the main dbt package'sdbt_project.ymlfile. - The default value of variable
snowplow__license_acceptedhas been set tofalse. - 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_acceptedtotruein their project'sdbt_project.yml.
Upgrading
Update the snowplow-media-player version in your packages.yml file.