Skip to content

Commit 3b56bc5

Browse files
committed
Prepare for release
1 parent d8d5236 commit 3b56bc5

24 files changed

+44
-24
lines changed

.test/great_expectations/expectations/web/v1/base.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"versions": {
140140
"test_suite_version": "1.1.1",
141141
"bigquery_model_version": "1.0.3",
142-
"snowflake_model_version": "1.0.0"
142+
"snowflake_model_version": "1.0.1"
143143
},
144144
"great_expectations.__version__": "0.12.0"
145145
}

.test/great_expectations/expectations/web/v1/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"test_suite_version": "1.1.1",
106106
"redshift_model_version": "1.2.0",
107107
"bigquery_model_version": "1.0.3",
108-
"snowflake_model_version": "1.0.0"
108+
"snowflake_model_version": "1.0.1"
109109
},
110110
"great_expectations.__version__": "0.12.0"
111111
}

.test/great_expectations/expectations/web/v1/page_view_in_session_values.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test_suite_version": "1.1.1",
3030
"redshift_model_version": "1.2.0",
3131
"bigquery_model_version": "1.0.3",
32-
"snowflake_model_version": "1.0.0"
32+
"snowflake_model_version": "1.0.1"
3333
},
3434
"great_expectations.__version__": "0.12.0"
3535
}

.test/great_expectations/expectations/web/v1/page_views.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"test_suite_version": "1.1.1",
228228
"redshift_model_version": "1.2.0",
229229
"bigquery_model_version": "1.0.3",
230-
"snowflake_model_version": "1.0.0"
230+
"snowflake_model_version": "1.0.1"
231231
},
232232
"great_expectations.__version__": "0.12.0"
233233
}

.test/great_expectations/expectations/web/v1/sessions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"test_suite_version": "1.1.1",
184184
"redshift_model_version": "1.2.0",
185185
"bigquery_model_version": "1.0.3",
186-
"snowflake_model_version": "1.0.0"
186+
"snowflake_model_version": "1.0.1"
187187
},
188188
"great_expectations.__version__": "0.12.0"
189189
}

.test/great_expectations/expectations/web/v1/users.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"test_suite_version": "1.1.1",
120120
"redshift_model_version": "1.2.0",
121121
"bigquery_model_version": "1.0.3",
122-
"snowflake_model_version": "1.0.0"
122+
"snowflake_model_version": "1.0.1"
123123
},
124124
"great_expectations.__version__": "0.12.0"
125125
}

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Snowflake Web Version 1.0.1 (2022-02-24)
2+
---------------------------------------
3+
Snowflake Web: Update column check stored procedure (Close #125)
4+
Snowflake Web: Fix varchar length for pseudonymized fields (Close #122)
5+
Snowflake Web: Remove start_date variable from users module (Close #123)
6+
Snowflake Web: Update copyright notices (Close #124)
7+
Snowflake Web: Fix logic in users_sessions_this_run to account for sparse data (Close #120)
8+
Snowflake Web: Fix varchar length for yauaa columns (Close #97)
9+
Snowflake Web: Fix se_label column length in events_staged (Close #109)
10+
111
Snowflake Mobile Version 1.1.0 (2021-06-16)
212
---------------------------------------
313
Snowflake Mobile: Update update_manifest to throw error message (Close #104)

web/v1/snowflake/CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 1.0.1 (2022-02-24)
2+
--------------------------
3+
Snowflake web: Update column check stored procedure (Close #125)
4+
Snowflake web: Fix varchar length for pseudonymized fields (Close #122)
5+
Snowflake web: Remove start_date variable from users module (Close #123)
6+
Snowflake web: Update copyright notices (Close #124)
7+
Snowflake web: Fix logic in users_sessions_this_run to account for sparse data (Close #120)
8+
Snowflake web: Fix varchar length for yauaa columns (Close #97)
9+
Snowflake web: Fix se_label column length in events_staged (Close #109)
10+
111
Version 1.0.0 (2021-02-11)
212
--------------------------
313
Add Snowflake web model v1 (#31)

web/v1/snowflake/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Detail on configuring the users module's playbook can be found [in the relevant
214214

215215
## A note on duplicates
216216

217-
This version of the model (1.0.0) excludes duplicated `event_id`s and `page_view_id`s. Ideally in the future it will provide standard options for handling them.
217+
This version of the model (1.0.1) excludes duplicated `event_id`s and `page_view_id`s. Ideally in the future it will provide standard options for handling them.
218218

219219
If there is a need to handle duplicates, this can be done by adding a custom module to the base level of aggregation - take good care to manage the possibility of introducing duplicates downstream if doing so.
220220

@@ -223,8 +223,8 @@ Normally, one would expect less than 1% duplicates in the dataset. If the requir
223223

224224
## A note on Constraints and Clustering keys
225225

226-
This 1.0.0 version of the Snowflake web model does not use Constraints or Clustering keys in the table definitions, even though it could.
226+
This 1.0.1 version of the Snowflake web model does not use Constraints or Clustering keys in the table definitions, even though it could.
227227

228228
Concerning [clustering keys](https://docs.snowflake.com/en/user-guide/tables-clustering-keys.html#strategies-for-selecting-clustering-keys), Snowflake's naturally clusters the tables on insertion order, and there hasn't been evidence so far suggesting a change towards another manual clustering strategy.
229229

230-
Concerning table [constraints](https://docs.snowflake.com/en/sql-reference/constraints-overview.html), it is a fact that Snowflake enforces **only** the `NOT NULL` constraint. Therefore, in this 1.0.0 version we decided to include only this constraint that is actually enforced, for clarity on the model's assumptions.
230+
Concerning table [constraints](https://docs.snowflake.com/en/sql-reference/constraints-overview.html), it is a fact that Snowflake enforces **only** the `NOT NULL` constraint. Therefore, in this 1.0.1 version we decided to include only this constraint that is actually enforced, for clarity on the model's assumptions.

web/v1/snowflake/sql-runner/playbooks/standard/00-setup/00-setup-metadata.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

web/v1/snowflake/sql-runner/playbooks/standard/00-setup/99-metadata-complete.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

web/v1/snowflake/sql-runner/playbooks/standard/00-setup/XX-destroy-metadata.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

web/v1/snowflake/sql-runner/playbooks/standard/01-base/01-base-main.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:input_schema: atomic
1212
:scratch_schema: scratch
1313
:output_schema: derived

web/v1/snowflake/sql-runner/playbooks/standard/01-base/99-base-complete.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

web/v1/snowflake/sql-runner/playbooks/standard/01-base/XX-destroy-base.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

web/v1/snowflake/sql-runner/playbooks/standard/02-page-views/01-page-views-main.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

web/v1/snowflake/sql-runner/playbooks/standard/02-page-views/99-page-views-complete.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

web/v1/snowflake/sql-runner/playbooks/standard/02-page-views/XX-destroy-page-views.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

web/v1/snowflake/sql-runner/playbooks/standard/03-sessions/01-sessions-main.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

web/v1/snowflake/sql-runner/playbooks/standard/03-sessions/99-sessions-complete.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

web/v1/snowflake/sql-runner/playbooks/standard/03-sessions/XX-destroy-sessions.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

web/v1/snowflake/sql-runner/playbooks/standard/04-users/01-users-main.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

web/v1/snowflake/sql-runner/playbooks/standard/04-users/99-users-complete.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

web/v1/snowflake/sql-runner/playbooks/standard/04-users/XX-destroy-users.yml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:username:
88
:password:
99
:variables:
10-
:model_version: snowflake/web/1.0.0
10+
:model_version: snowflake/web/1.0.1
1111
:scratch_schema: scratch
1212
:output_schema: derived
1313
:entropy: ""

0 commit comments

Comments
 (0)