Skip to content

Commit

Permalink
Add hardcoding guideline.
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Jun 19, 2024
1 parent 90178fb commit 1b688da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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"
},
Expand Down

0 comments on commit 1b688da

Please sign in to comment.