Skip to content

Releases: snowplow/dbt-snowplow-media-player

snowplow-media-player v0.2.0

28 Jun 13:09
Compare
Choose a tag to compare

Summary

This release adds support for both Snowflake and BigQuery, as well as a fix for a subset of v0.1.0 users.

Features

  • Add support for Snowflake and BigQuery (#5)

Fixes

  • Make Media Player choice optional (#6)

Upgrading

To upgrade simply bump the snowplow-media-player version in your packages.yml file.

snowplow-media-player v0.1.0

13 May 11:37
Compare
Choose a tag to compare

Summary

The package is built as an extension of the dbt-snowplow-web package that transforms raw media player event data into derived tables for easier querying generated by the Snowplow JavaScript tracker in combination with media tracking specific plugins such as the Media Tracking plugin or the YouTube Tracking plugin.

Features

  • Processes all media player events incrementally.
  • Is designed to allow you to easily integrate your own custom SQL into the incremental framework provided by the web package.
    • The interactions_this_run table could serve as a base for more in-depth analysis or custom models.
    • Provides models on users and sessions for custom model use.

Notes

Only supports Redshift & Postgres. BigQuery and Snowflake support to be added soon.