Skip to content

Commit

Permalink
Update with new dbt web version (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 authored Oct 20, 2023
1 parent 79cd7e4 commit 988544a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Redshift and Postgres use a [shredded](/docs/pipeline-components-and-application
| `yauaa_context` | `nl_basjes_yauaa_context_1` |
| `consent_cmp_visible` | `com_snowplowanalytics_snowplow_cmp_visible_1` |
| `consent_preferences` | `com_snowplowanalytics_snowplow_consent_preferences_1` |
| `cwv_context` | `com_snowplowanalytics_snowplow_web_vitals_1` |


| Variable Name | Description | Default |
Expand Down Expand Up @@ -237,6 +238,7 @@ export const GROUPS = [
"snowplow__ua_parser_context",
"snowplow__yauaa_context",
"snowplow__consent_cmp_visible",
"snowplow__cwv_context",
"snowplow__consent_preferences",
"snowplow__enable_load_tstamp",
"snowplow__derived_tstamp_partitioned"] }
Expand Down
2 changes: 1 addition & 1 deletion src/componentVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const versions = {

// Data Modelling
// dbt
dbtSnowplowWeb: '0.16.0',
dbtSnowplowWeb: '0.16.2',
dbtSnowplowMobile: '0.7.4',
dbtSnowplowUtils: '0.15.1',
dbtSnowplowMediaPlayer: '0.6.1',
Expand Down
4 changes: 4 additions & 0 deletions src/components/JsonSchemaValidator/dbtWeb.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ export const dbtSnowplowWebConfigSchema = {
type: 'string',
title: '(Redshift) Consent Preferences Context Table',
},
snowplow__cwv_context: {
type: 'string',
title: '(Redshift) Core Web Vitals Table',
},
snowplow__enable_load_tstamp: {
type: 'boolean',
title: '(Redshift) Enable load_tstamp',
Expand Down

0 comments on commit 988544a

Please sign in to comment.