Skip to content

Commit

Permalink
disabling persist docs
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewoodhead committed Nov 23, 2023
1 parent b33c3e6 commit 7d7af57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 2 additions & 5 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ quoting:
schema: false

models:
+persist_docs:
relation: true
columns: true
snowplow_media_player_integration_tests:
bind: false
+schema: 'snplw_media_player_int_tests'
Expand All @@ -42,8 +39,8 @@ models:
+enabled: '{{ target.type == "snowflake" | as_bool() }}'
snowplow_media_player:
+persist_docs:
relation: true
columns: true
relation: false
columns: false
custom:
+enabled: true

Expand Down
3 changes: 2 additions & 1 deletion models/custom/snowplow_media_player_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ models:
description: '{{ doc("table_session_stats") }}'
columns:
- name: domain_sessionid
description: '{{ doc("col_session_identifier") }}'
description: 'The first domain_sessionid from domain_sessionid_array'
tags:
- primary-key
tests:
Expand Down Expand Up @@ -44,6 +44,7 @@ models:
description: '{{ doc("col_avg_percent_played") }}'
- name: complete_plays
description: '{{ doc("col_complete_plays") }}'

- name: snowplow_media_player_user_stats
+tags: "snowplow_media_player_incremental"
description: '{{ doc("table_user_stats") }}'
Expand Down

0 comments on commit 7d7af57

Please sign in to comment.