From 8a34d423e188443ad06357951de5608f11a634f3 Mon Sep 17 00:00:00 2001 From: Agnes Kiss Date: Mon, 13 May 2024 16:28:44 +0100 Subject: [PATCH 1/3] Correct spend source naming --- .../JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json | 2 +- .../JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json index 611b4f0934..332e6d3201 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json @@ -278,7 +278,7 @@ "recommendFullRefresh": true, "order": 124, "consoleGroup": "advanced", - "title": "Conversions Source", + "title": "Spend Source", "description": "Source of marketing spend table", "longDescription": "The source (schema and table) of your marketing spend source. Optional, needed for the ROAS calculation of the snowplow_attribution_overview. Should be changed to a table reference with `spend` by `channel` and/or `campaign` by `spend_tstamp` (which denotes a timestamp field) information.", "type": "string", diff --git a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json index 5a2848c097..f16373ef20 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json @@ -278,7 +278,7 @@ "recommendFullRefresh": true, "order": 124, "consoleGroup": "advanced", - "title": "Conversions Source", + "title": "Spend Source", "description": "Source of marketing spend table", "longDescription": "The source (schema and table) of your marketing spend source. Optional, needed for the ROAS calculation of the snowplow_attribution_overview. Should be changed to a table reference with `spend` by `channel` and/or `campaign` by `spend_tstamp` (which denotes a timestamp field) information.", "type": "string", From 684b51927b06d291fa1b507ae50fe33c836398f4 Mon Sep 17 00:00:00 2001 From: Agnes Kiss Date: Mon, 13 May 2024 16:34:44 +0100 Subject: [PATCH 2/3] Correct conversion source defaults --- .../JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json | 2 +- .../JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json index 332e6d3201..6b47425220 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json @@ -43,7 +43,7 @@ "title": "Conversions Source", "description": "Source of conversion events", "longDescription": "The source (schema and table) of your conversion events, likely your atomic events table.", - "packageDefault": "{{ source('atomic', 'events') }}", + "packageDefault": "{{ source('derived', 'snowplow_unified_conversions') }}", "group": "Warehouse and Tracker" }, "snowplow__conversion_path_source": { diff --git a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json index f16373ef20..8dc38aec18 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json @@ -43,7 +43,7 @@ "title": "Conversions Source", "description": "Source of conversion events", "longDescription": "The source (schema and table) of your conversion events, likely your atomic events table.", - "packageDefault": "{{ source('atomic', 'events') }}", + "packageDefault": "{{ source('derived', 'snowplow_unified_conversions') }}", "group": "Warehouse and Tracker" }, "snowplow__conversion_path_source": { From f0a54da135d468d4332bb75654da40de9e73000e Mon Sep 17 00:00:00 2001 From: Agnes Kiss Date: Mon, 13 May 2024 16:37:58 +0100 Subject: [PATCH 3/3] Change spend source defaults --- .../JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json | 2 +- .../JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json index 6b47425220..0963bf61cb 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json @@ -282,7 +282,7 @@ "description": "Source of marketing spend table", "longDescription": "The source (schema and table) of your marketing spend source. Optional, needed for the ROAS calculation of the snowplow_attribution_overview. Should be changed to a table reference with `spend` by `channel` and/or `campaign` by `spend_tstamp` (which denotes a timestamp field) information.", "type": "string", - "packageDefault": "{{ source('atomic', 'events') }}", + "packageDefault": "not defined", "group": "Warehouse and Tracker" }, "snowplow__conversion_stitching": { diff --git a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json index 8dc38aec18..92910bc38b 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json @@ -282,7 +282,7 @@ "description": "Source of marketing spend table", "longDescription": "The source (schema and table) of your marketing spend source. Optional, needed for the ROAS calculation of the snowplow_attribution_overview. Should be changed to a table reference with `spend` by `channel` and/or `campaign` by `spend_tstamp` (which denotes a timestamp field) information.", "type": "string", - "packageDefault": "{{ source('atomic', 'events') }}", + "packageDefault": "not defined", "group": "Warehouse and Tracker" }, "snowplow__conversion_stitching": {