Skip to content

Commit

Permalink
Bump required dbt version and set vars (Close #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Nov 27, 2023
1 parent e4ae6b2 commit f09f2e5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'snowplow_web'
version: '0.16.2'
config-version: 2

require-dbt-version: [">=1.5.0", "<2.0.0"]
require-dbt-version: [">=1.6.0", "<2.0.0"]

profile: 'default'

Expand Down Expand Up @@ -71,12 +71,9 @@ vars:
snowplow__app_id: []
snowplow__enable_consent: false
snowplow__enable_cwv: false
# Setting default values for 3 enrichments below throughout package rather than here
# Workaround for a bug (https://github.com/dbt-labs/dbt-core/issues/3698).
# TODO: Return to having default values here once fixed.
# snowplow__enable_iab: false
# snowplow__enable_ua: false
# snowplow__enable_yauaa: false
snowplow__enable_iab: false
snowplow__enable_ua: false
snowplow__enable_yauaa: false
snowplow__page_view_passthroughs: []
snowplow__session_passthroughs: []
snowplow__ua_bot_filter: true
Expand Down

0 comments on commit f09f2e5

Please sign in to comment.