Skip to content

Commit

Permalink
Rename session_stats for custom yml (Close #12)
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Aug 4, 2022
1 parent f6410ab commit 1cb1bf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/markdown/snowplow_media_player_model_docs.md
Expand Up @@ -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 %}

Expand Down
4 changes: 2 additions & 2 deletions 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") }}'
Expand Down

0 comments on commit 1cb1bf3

Please sign in to comment.