From de1f56ed293fb438c93f875ec558b09f54be431e Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Thu, 16 May 2024 13:01:20 +0100 Subject: [PATCH 1/3] Make it clearer users passthroughs use the sessions table --- .../JsonSchemaValidator/Schemas/dbtMobile_1.0.0.json | 4 ++-- .../JsonSchemaValidator/Schemas/dbtUnified_0.1.2.json | 4 ++-- .../JsonSchemaValidator/Schemas/dbtUnified_0.2.0.json | 4 ++-- .../JsonSchemaValidator/Schemas/dbtUnified_0.3.0.json | 4 ++-- .../JsonSchemaValidator/Schemas/dbtUnified_0.3.1.json | 4 ++-- .../JsonSchemaValidator/Schemas/dbtUnified_0.4.0.json | 4 ++-- .../JsonSchemaValidator/Schemas/dbtUnified_0.4.1.json | 4 ++-- src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.0.json | 4 ++-- src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.1.json | 4 ++-- src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.2.json | 4 ++-- src/components/JsonSchemaValidator/Schemas/dbtWeb_1.0.0.json | 4 ++-- src/components/JsonSchemaValidator/Schemas/dbtWeb_1.0.1.json | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/components/JsonSchemaValidator/Schemas/dbtMobile_1.0.0.json b/src/components/JsonSchemaValidator/Schemas/dbtMobile_1.0.0.json index 9b846cec3b..f5d8f4ee8a 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtMobile_1.0.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtMobile_1.0.0.json @@ -438,7 +438,7 @@ "consoleGroup": "advanced", "title": "User First Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", + "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, @@ -448,7 +448,7 @@ "consoleGroup": "advanced", "title": "User Last Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", + "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, diff --git a/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.1.2.json b/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.1.2.json index e5a9dc9714..ca2bd76d7f 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.1.2.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.1.2.json @@ -590,7 +590,7 @@ "consoleGroup": "advanced", "title": "User First Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", + "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, @@ -600,7 +600,7 @@ "consoleGroup": "advanced", "title": "User Last Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", + "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, diff --git a/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.2.0.json b/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.2.0.json index 18766e5e53..b3a2a3834b 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.2.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.2.0.json @@ -604,7 +604,7 @@ "consoleGroup": "advanced", "title": "User First Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", + "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, @@ -614,7 +614,7 @@ "consoleGroup": "advanced", "title": "User Last Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", + "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, diff --git a/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.3.0.json b/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.3.0.json index 1035bee181..7327c0c364 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.3.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.3.0.json @@ -643,7 +643,7 @@ "consoleGroup": "advanced", "title": "User First Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", + "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, @@ -653,7 +653,7 @@ "consoleGroup": "advanced", "title": "User Last Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", + "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, diff --git a/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.3.1.json b/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.3.1.json index 1035bee181..7327c0c364 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.3.1.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.3.1.json @@ -643,7 +643,7 @@ "consoleGroup": "advanced", "title": "User First Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", + "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, @@ -653,7 +653,7 @@ "consoleGroup": "advanced", "title": "User Last Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", + "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, diff --git a/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.4.0.json b/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.4.0.json index dbe0a7f037..5873505c0b 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.4.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.4.0.json @@ -643,7 +643,7 @@ "consoleGroup": "advanced", "title": "User First Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", + "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, @@ -653,7 +653,7 @@ "consoleGroup": "advanced", "title": "User Last Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", + "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, diff --git a/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.4.1.json b/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.4.1.json index 8775cb732d..3cad67afa2 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.4.1.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtUnified_0.4.1.json @@ -643,7 +643,7 @@ "consoleGroup": "advanced", "title": "User First Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", + "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, @@ -653,7 +653,7 @@ "consoleGroup": "advanced", "title": "User Last Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", + "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information. Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, diff --git a/src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.0.json b/src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.0.json index 991a09c0ca..42473f8cc6 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.0.json @@ -600,7 +600,7 @@ "consoleGroup": "advanced", "title": "User First Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", + "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, @@ -610,7 +610,7 @@ "consoleGroup": "advanced", "title": "User Last Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", + "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, diff --git a/src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.1.json b/src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.1.json index ff227f5da7..325010caf5 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.1.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.1.json @@ -600,7 +600,7 @@ "consoleGroup": "advanced", "title": "User First Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", + "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, @@ -610,7 +610,7 @@ "consoleGroup": "advanced", "title": "User Last Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", + "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, diff --git a/src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.2.json b/src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.2.json index c757ed0dbe..e920a4ec06 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.2.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtWeb_0.16.2.json @@ -600,7 +600,7 @@ "consoleGroup": "advanced", "title": "User First Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", + "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, @@ -610,7 +610,7 @@ "consoleGroup": "advanced", "title": "User Last Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", + "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, diff --git a/src/components/JsonSchemaValidator/Schemas/dbtWeb_1.0.0.json b/src/components/JsonSchemaValidator/Schemas/dbtWeb_1.0.0.json index 59af9d4448..5b3bfcc166 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtWeb_1.0.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtWeb_1.0.0.json @@ -600,7 +600,7 @@ "consoleGroup": "advanced", "title": "User First Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", + "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, @@ -610,7 +610,7 @@ "consoleGroup": "advanced", "title": "User Last Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", + "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, diff --git a/src/components/JsonSchemaValidator/Schemas/dbtWeb_1.0.1.json b/src/components/JsonSchemaValidator/Schemas/dbtWeb_1.0.1.json index 59af9d4448..5b3bfcc166 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtWeb_1.0.1.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtWeb_1.0.1.json @@ -600,7 +600,7 @@ "consoleGroup": "advanced", "title": "User First Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", + "longDescription": " Field(s) to carry through from the events table to the derived table. The field is based on the first session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, @@ -610,7 +610,7 @@ "consoleGroup": "advanced", "title": "User Last Passthroughs", "group": "Contexts, Filters, and Logs", - "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the events table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", + "longDescription": "Field(s) to carry through from the events table to the derived table. The field is based on the last session record for that user. Aggregation is not supported. A list of either flat column names from the sessions table or a dictionary with the keys `sql` for the SQL code to select the column and `alias` for the alias of the column in the output. See the [Passthrough field](/docs/modeling-your-data/modeling-your-data-with-dbt/package-features/passthrough-fields/) docs for more information.Note flat fields will be aliased with a `last_` prefix, dictionary provided aliases will not by default.", "packageDefault": "[ ] (no passthroughs)", "$ref": "#/definitions/passthrough_vars" }, From 49e23121ee74bad1f77eff71ac51a318d03c6748 Mon Sep 17 00:00:00 2001 From: Agnes Kiss Date: Thu, 16 May 2024 13:22:09 +0100 Subject: [PATCH 2/3] Change attrib conversion table base --- .../JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json | 2 +- .../JsonSchemaValidator/Schemas/dbtFractribution_0.3.5.json | 4 ++-- .../JsonSchemaValidator/Schemas/dbtFractribution_0.3.6.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json index 92910bc38b..760d16dc01 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.2.0.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 your atomic events table.", + "longDescription": "The source (schema and table) of your conversion events, likely the conversions table generated by the Unified package.", "packageDefault": "{{ source('derived', 'snowplow_unified_conversions') }}", "group": "Warehouse and Tracker" }, diff --git a/src/components/JsonSchemaValidator/Schemas/dbtFractribution_0.3.5.json b/src/components/JsonSchemaValidator/Schemas/dbtFractribution_0.3.5.json index c247ce6f81..947ef8c292 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtFractribution_0.3.5.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtFractribution_0.3.5.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 your atomic events table.", + "longDescription": "The source (schema and table) of your conversion events, likely the conversions table generated by the Unified package.", "packageDefault": "{{ source('atomic', 'events') }}", "group": "Warehouse and Tracker" }, @@ -259,4 +259,4 @@ "group": "Warehouse Specific" } } -} \ No newline at end of file +} diff --git a/src/components/JsonSchemaValidator/Schemas/dbtFractribution_0.3.6.json b/src/components/JsonSchemaValidator/Schemas/dbtFractribution_0.3.6.json index c247ce6f81..947ef8c292 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtFractribution_0.3.6.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtFractribution_0.3.6.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 your atomic events table.", + "longDescription": "The source (schema and table) of your conversion events, likely the conversions table generated by the Unified package.", "packageDefault": "{{ source('atomic', 'events') }}", "group": "Warehouse and Tracker" }, @@ -259,4 +259,4 @@ "group": "Warehouse Specific" } } -} \ No newline at end of file +} From afb80232739476bbc36d5a3e40319f0872ca6983 Mon Sep 17 00:00:00 2001 From: Agnes Kiss Date: Thu, 16 May 2024 13:26:43 +0100 Subject: [PATCH 3/3] The file that did not get saved before push --- .../JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json index 0963bf61cb..e5eb4e37cb 100644 --- a/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.json +++ b/src/components/JsonSchemaValidator/Schemas/dbtAttribution_0.1.0.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 your atomic events table.", + "longDescription": "The source (schema and table) of your conversion events, likely the conversions table generated by the Unified package.", "packageDefault": "{{ source('derived', 'snowplow_unified_conversions') }}", "group": "Warehouse and Tracker" },