Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add br context vars to config #1070

Merged
merged 3 commits into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions src/components/JsonSchemaValidator/Schemas/dbtUnified_0.5.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,26 @@
"packageDefault": "false",
"title": "Enable YAUAA"
},
"snowplow__enable_browser_context": {
"recommendFullRefresh": false,
"order": 28,
"consoleGroup": "basic",
"type": "boolean",
"group": "Contexts, Filters, and Logs",
"longDescription": "Flag to include fields extracted from the [Browser context](/docs/collecting-data/collecting-from-own-applications/snowplow-tracker-protocol/ootb-data/device-and-browser/index.md#browser-context) data in the models (JS tracker <3.17), can be used together with `snowplow__enable_browser_context_2` (supports 2nd major schema version) to coalesce the two.",
"packageDefault": "false",
"title": "Enable Browser Context"
},
"snowplow__enable_browser_context_2": {
"recommendFullRefresh": false,
"order": 29,
"consoleGroup": "basic",
"type": "boolean",
"group": "Contexts, Filters, and Logs",
"longDescription": "Flag to include fields extracted from the 2nd major version of schemas related to the [Browser context](/docs/collecting-data/collecting-from-own-applications/snowplow-tracker-protocol/ootb-data/device-and-browser/index.md#browser-context) data in the models (JS tracker (>=3.17), can be used together with `snowplow__enable_browser_context` for previous versions to coalesce the two.",
"packageDefault": "false",
"title": "Enable Browser Context 2"
},
"snowplow__has_log_enabled": {
"recommendFullRefresh": false,
"order": 107,
Expand Down