Skip to content

Commit ba8ad92

Browse files
authored
Updating links to custom identifiers documentation (#878)
* Update dbtUnified_0.1.2.json Updated links to custom identifiers page from customer-identifiers to custom-identifiers. * Update links in dbtUtils_0.16.0.json Updated links for custom identifiers * Update links in dbtMobile_1.0.0.json Update links to custom-identifiers * Update links in dbtWeb_1.0.0.json Updated links to custom-identifiers * Update links in dbtEcommerce_0.8.1.json Updated links to custom-identifiers * Update links in dbtUtils_0.16.4.json Updated links to custom-identifiers * Update dbtUnified_0.4.0.json * Update dbtUnified_0.3.1.json * Update links in dbtUnified_0.3.0.json Updated links to custom-identifiers * Update links in dbtMediaPlayer_0.7.2.json Updated links to custom-identifiers * Update links in dbtMediaPlayer_0.7.0.json Updated links to custom-identifiers * Update links in dbtMediaPlayer_0.7.1.json Updated links to custom-identifiers * Update links in dbtUnified_0.2.0.json Updated links to custom-identifiers * Update links in dbtEcommerce_0.8.2.json Updated links to custom-identifiers * Update links in dbtEcommerce_0.8.0.json Updated links to custom-identifiers * Update links in dbtEcommerce_0.6.1.json Updated links to custom-identifiers * Update links in dbtEcommerce_0.6.0.json Updated links to custom-identifiers * Update links in dbtEcommerce_0.7.0.json Updated links to custom-identifiers * Update links in dbtWeb_0.16.2.json Updated links to custom-identifiers * Update links in dbtWeb_0.16.1.json Updated links to custom-identifiers * Update links in dbtWeb_0.16.0.json Updated links to custom-identifiers * Update links in dbtUtils_0.16.2.json Updated links to custom-identifiers * Update links in dbtUtils_0.16.1.json Updated links to custom-identifiers * Update links in dbtUtils_0.16.3.json Updated links to custom-identifiers * Update links in dbtUtils_0.15.2.json Updated links to custom-identifiers * Update custom identifiers link in _redirects Updated URL to custom-identifiers
1 parent 8c7864c commit ba8ad92

26 files changed

+108
-108
lines changed

Diff for: src/components/JsonSchemaValidator/Schemas/dbtEcommerce_0.6.0.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
"consoleGroup": "advanced",
348348
"title": "Session Identifiers",
349349
"group": "Operation and Logic",
350-
"longDescription": "A list of key:value dictionaries which contain all of the contexts and fields where your session identifiers are located. For each entry in the list, if your map contains the `schema` value `atomic`, then this refers to a field found directly in the atomic `events` table. If you are trying to introduce a context/entity with an identifier in it, the package will look for the context in your events table with the name specified in the `schema` field. It will use the specified value in the `field` key as the field name to access. For Redshift/Postgres, using the `schema` key the package will try to find a table in your `snowplow__events_schema` schema with the same name as the `schema` value provided, and join that. If multiple fields are specified, the package will try to coalesce all fields in the order specified in the list. For a better understanding of the advanced usage of this variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/customer-identifiers/) section for more details.",
350+
"longDescription": "A list of key:value dictionaries which contain all of the contexts and fields where your session identifiers are located. For each entry in the list, if your map contains the `schema` value `atomic`, then this refers to a field found directly in the atomic `events` table. If you are trying to introduce a context/entity with an identifier in it, the package will look for the context in your events table with the name specified in the `schema` field. It will use the specified value in the `field` key as the field name to access. For Redshift/Postgres, using the `schema` key the package will try to find a table in your `snowplow__events_schema` schema with the same name as the `schema` value provided, and join that. If multiple fields are specified, the package will try to coalesce all fields in the order specified in the list. For a better understanding of the advanced usage of this variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/custom-identifiers/) section for more details.",
351351
"packageDefault": "[{\"schema\" : \"atomic\", \"field\" : \"domain_sessionid\"}]",
352352
"type": "array",
353353
"description": "> Click the plus sign to add a new entry",
@@ -379,7 +379,7 @@
379379
"consoleGroup": "advanced",
380380
"type": "string",
381381
"title": "SQL for your session identifier",
382-
"longDescription": "This allows you to override the `session_identifiers` SQL, to define completely custom SQL in order to build out a session identifier for your events. If you are interested in using this instead of providing identifiers through the `session_identifiers` variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/customer-identifiers/) section for more details on how to do that.",
382+
"longDescription": "This allows you to override the `session_identifiers` SQL, to define completely custom SQL in order to build out a session identifier for your events. If you are interested in using this instead of providing identifiers through the `session_identifiers` variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/custom-identifiers/) section for more details on how to do that.",
383383
"packageDefault": "",
384384
"group": "Operation and Logic"
385385
},
@@ -400,7 +400,7 @@
400400
"type": "array",
401401
"title": "User Identifiers",
402402
"group": "Operation and Logic",
403-
"longDescription": "A list of key:value dictionaries which contain all of the contexts and fields where your user identifiers are located. For each entry in the list, if your map contains the `schema` value `atomic`, then this refers to a field found directly in the atomic `events` table. If you are trying to introduce a context/entity with an identifier in it, the package will look for the context in your events table with the name specified in the `schema` field. It will use the specified value in the `field` key as the field name to access. For Redshift/Postgres, using the `schema` key the package will try to find a table in your `snowplow__events_schema` schema with the same name as the `schema` value provided, and join that. If multiple fields are specified, the package will try to coalesce all fields in the order specified in the list. For a better understanding of the advanced usage of this variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/customer-identifiers/) section for more details.",
403+
"longDescription": "A list of key:value dictionaries which contain all of the contexts and fields where your user identifiers are located. For each entry in the list, if your map contains the `schema` value `atomic`, then this refers to a field found directly in the atomic `events` table. If you are trying to introduce a context/entity with an identifier in it, the package will look for the context in your events table with the name specified in the `schema` field. It will use the specified value in the `field` key as the field name to access. For Redshift/Postgres, using the `schema` key the package will try to find a table in your `snowplow__events_schema` schema with the same name as the `schema` value provided, and join that. If multiple fields are specified, the package will try to coalesce all fields in the order specified in the list. For a better understanding of the advanced usage of this variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/custom-identifiers/) section for more details.",
404404
"packageDefault": "[{\"schema\" : \"atomic\", \"field\" : \"domain_userid\"}]",
405405
"description": "> Click the plus sign to add a new entry",
406406
"minItems": 0,
@@ -431,7 +431,7 @@
431431
"consoleGroup": "advanced",
432432
"type": "string",
433433
"title": "SQL for your user identifier",
434-
"longDescription": "This allows you to override the `user_identifiers` SQL, to define completely custom SQL in order to build out a user identifier for your events. If you are interested in using this instead of providing identifiers through the `user_identifiers` variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/customer-identifiers/) section for more details on how to do that.",
434+
"longDescription": "This allows you to override the `user_identifiers` SQL, to define completely custom SQL in order to build out a user identifier for your events. If you are interested in using this instead of providing identifiers through the `user_identifiers` variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/custom-identifiers/) section for more details on how to do that.",
435435
"packageDefault": "",
436436
"group": "Operation and Logic"
437437
},

Diff for: src/components/JsonSchemaValidator/Schemas/dbtEcommerce_0.6.1.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
"consoleGroup": "advanced",
348348
"title": "Session Identifiers",
349349
"group": "Operation and Logic",
350-
"longDescription": "A list of key:value dictionaries which contain all of the contexts and fields where your session identifiers are located. For each entry in the list, if your map contains the `schema` value `atomic`, then this refers to a field found directly in the atomic `events` table. If you are trying to introduce a context/entity with an identifier in it, the package will look for the context in your events table with the name specified in the `schema` field. It will use the specified value in the `field` key as the field name to access. For Redshift/Postgres, using the `schema` key the package will try to find a table in your `snowplow__events_schema` schema with the same name as the `schema` value provided, and join that. If multiple fields are specified, the package will try to coalesce all fields in the order specified in the list. For a better understanding of the advanced usage of this variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/customer-identifiers/) section for more details.",
350+
"longDescription": "A list of key:value dictionaries which contain all of the contexts and fields where your session identifiers are located. For each entry in the list, if your map contains the `schema` value `atomic`, then this refers to a field found directly in the atomic `events` table. If you are trying to introduce a context/entity with an identifier in it, the package will look for the context in your events table with the name specified in the `schema` field. It will use the specified value in the `field` key as the field name to access. For Redshift/Postgres, using the `schema` key the package will try to find a table in your `snowplow__events_schema` schema with the same name as the `schema` value provided, and join that. If multiple fields are specified, the package will try to coalesce all fields in the order specified in the list. For a better understanding of the advanced usage of this variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/custom-identifiers/) section for more details.",
351351
"packageDefault": "[{\"schema\" : \"atomic\", \"field\" : \"domain_sessionid\"}]",
352352
"type": "array",
353353
"description": "> Click the plus sign to add a new entry",
@@ -379,7 +379,7 @@
379379
"consoleGroup": "advanced",
380380
"type": "string",
381381
"title": "SQL for your session identifier",
382-
"longDescription": "This allows you to override the `session_identifiers` SQL, to define completely custom SQL in order to build out a session identifier for your events. If you are interested in using this instead of providing identifiers through the `session_identifiers` variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/customer-identifiers/) section for more details on how to do that.",
382+
"longDescription": "This allows you to override the `session_identifiers` SQL, to define completely custom SQL in order to build out a session identifier for your events. If you are interested in using this instead of providing identifiers through the `session_identifiers` variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/custom-identifiers/) section for more details on how to do that.",
383383
"packageDefault": "",
384384
"group": "Operation and Logic"
385385
},
@@ -400,7 +400,7 @@
400400
"type": "array",
401401
"title": "User Identifiers",
402402
"group": "Operation and Logic",
403-
"longDescription": "A list of key:value dictionaries which contain all of the contexts and fields where your user identifiers are located. For each entry in the list, if your map contains the `schema` value `atomic`, then this refers to a field found directly in the atomic `events` table. If you are trying to introduce a context/entity with an identifier in it, the package will look for the context in your events table with the name specified in the `schema` field. It will use the specified value in the `field` key as the field name to access. For Redshift/Postgres, using the `schema` key the package will try to find a table in your `snowplow__events_schema` schema with the same name as the `schema` value provided, and join that. If multiple fields are specified, the package will try to coalesce all fields in the order specified in the list. For a better understanding of the advanced usage of this variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/customer-identifiers/) section for more details.",
403+
"longDescription": "A list of key:value dictionaries which contain all of the contexts and fields where your user identifiers are located. For each entry in the list, if your map contains the `schema` value `atomic`, then this refers to a field found directly in the atomic `events` table. If you are trying to introduce a context/entity with an identifier in it, the package will look for the context in your events table with the name specified in the `schema` field. It will use the specified value in the `field` key as the field name to access. For Redshift/Postgres, using the `schema` key the package will try to find a table in your `snowplow__events_schema` schema with the same name as the `schema` value provided, and join that. If multiple fields are specified, the package will try to coalesce all fields in the order specified in the list. For a better understanding of the advanced usage of this variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/custom-identifiers/) section for more details.",
404404
"packageDefault": "[{\"schema\" : \"atomic\", \"field\" : \"domain_userid\"}]",
405405
"description": "> Click the plus sign to add a new entry",
406406
"minItems": 0,
@@ -431,7 +431,7 @@
431431
"consoleGroup": "advanced",
432432
"type": "string",
433433
"title": "SQL for your user identifier",
434-
"longDescription": "This allows you to override the `user_identifiers` SQL, to define completely custom SQL in order to build out a user identifier for your events. If you are interested in using this instead of providing identifiers through the `user_identifiers` variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/customer-identifiers/) section for more details on how to do that.",
434+
"longDescription": "This allows you to override the `user_identifiers` SQL, to define completely custom SQL in order to build out a user identifier for your events. If you are interested in using this instead of providing identifiers through the `user_identifiers` variable, please see the [Custom Identifiers](docs/modeling-your-data/modeling-your-data-with-dbt/package-features/custom-identifiers/) section for more details on how to do that.",
435435
"packageDefault": "",
436436
"group": "Operation and Logic"
437437
},

0 commit comments

Comments
 (0)