diff --git a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.2.json b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.2.json index 48ad701934..92203b36b2 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.2.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.2.json @@ -42,7 +42,7 @@ "type": "string", "title": "Conversions Source", "description": "Source of conversion events", - "longDescription": "The source (schema and table) of your conversion events, likely the conversions table generated by the Unified package.", + "longDescription": "The source (schema and table) of your conversion events, likely the conversions table generated by the Unified package. Optionally it may be hardcoded with a string reference instead of a source with a schema.table or database.schema.table format.", "packageDefault": "{{ source('derived', 'snowplow_unified_conversions') }}", "group": "Warehouse and Tracker" }, @@ -53,7 +53,7 @@ "type": "string", "title": "Conversion Path Source", "description": "Source of paths (touchpoints) table", - "longDescription": "The source (schema and table) of the paths (touchpoints). By default it is the derived `snowplow_unified_views` table.", + "longDescription": "The source (schema and table) of the paths (touchpoints). By default it is the derived `snowplow_unified_views` table. Optionally it may be hardcoded with a string reference instead of a source with a schema.table or database.schema.table format.", "packageDefault": "{{ source('derived', 'snowplow_unified_views') }}", "group": "Warehouse and Tracker" },