-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for new Snowplow media event and entity schemas on Web an…
…d mobile (close #49) Minor changes based on review Use snowplow_utils.get_field macro from the field macro Correct table aliases in macro docs Add comments for event type field Select all properties from atomic table in base events Change in to equals when comparing event type Rename _X_percent_reached columns to percent_reached_X Change var snowplow__events to snowplow__events_table in src_base.yml Avoid having only one argument in coalesce in macros Fix coalesce in a few more macros Disable mobile events and ad quartile events by default Select all columns from atomic table in bigquery, postgres, snowflake Fix subquery for snowflake Add sort, dist and cluster_by config to base_sessions_lifecycle manifest Unify macros to not add aliases Rename session_id to session_identifier Mention that play time counts rewatched content in docs Protect access to properties in optional contexts and improve docs Add check for at least one media player context Disable media_ad_views and media_ads in case media ad context is disabled Add session_identifier to media_ad_views Add a note in column documentation that several properties will be null if the media session entity is not available Handle cases when the table is empty during incremental run in media_stats Use the timestamp of the first ad event regardless of it's type for viewed_at in ad views and add a test for not null
- Loading branch information
1 parent
15fe474
commit 00eae5a
Showing
84 changed files
with
15,994 additions
and
1,963 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.