From 1cb1bf343e656980cabdd677abb02d9a7aba6048 Mon Sep 17 00:00:00 2001 From: Agnes Kiss Date: Thu, 4 Aug 2022 16:07:26 +0100 Subject: [PATCH] Rename session_stats for custom yml (Close #12) --- docs/markdown/snowplow_media_player_model_docs.md | 2 +- models/custom/snowplow_media_player_custom.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/markdown/snowplow_media_player_model_docs.md b/docs/markdown/snowplow_media_player_model_docs.md index f786678..712044a 100644 --- a/docs/markdown/snowplow_media_player_model_docs.md +++ b/docs/markdown/snowplow_media_player_model_docs.md @@ -14,7 +14,7 @@ This derived table aggregates media player interactions to a pageview level incr This view removes impressions from the derived snowplow_media_base table for showing pageview level media play events. {% enddocs %} -{% docs table_plays_by_session %} +{% docs table_session_stats %} This table aggregates the pageview level interactions to show session level media stats. {% enddocs %} diff --git a/models/custom/snowplow_media_player_custom.yml b/models/custom/snowplow_media_player_custom.yml index d9373df..b1d2e39 100644 --- a/models/custom/snowplow_media_player_custom.yml +++ b/models/custom/snowplow_media_player_custom.yml @@ -1,8 +1,8 @@ version: 2 models: - - name: snowplow_media_player_plays_by_session - description: '{{ doc("table_plays_by_session") }}' + - name: snowplow_media_player_session_stats + description: '{{ doc("table_session_stats") }}' columns: - name: domain_sessionid description: '{{ doc("col_domain_sessionid") }}'