diff --git a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json index 611b4f0934..0963bf61cb 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": { @@ -278,11 +278,11 @@ "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", - "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 5a2848c097..92910bc38b 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": { @@ -278,11 +278,11 @@ "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", - "packageDefault": "{{ source('atomic', 'events') }}", + "packageDefault": "not defined", "group": "Warehouse and Tracker" }, "snowplow__conversion_stitching": {