Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit d82bf22

Browse files
committed
Prepare for release
1 parent f668611 commit d82bf22

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
BigQuery Web Model v0.1.0 (2021-03-30)
2+
--------------------------------------
3+
Add BigQuery web model v0.1.0 (#1)

LICENSE-2.0.txt renamed to LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Apache License
32
Version 2.0, January 2004
43
http://www.apache.org/licenses/
@@ -187,7 +186,7 @@
187186
same "printed page" as the copyright notice for easier
188187
identification within third-party archives.
189188

190-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2021 Snowplow Analytics Ltd.
191190

192191
Licensed under the Apache License, Version 2.0 (the "License");
193192
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License][license-image]][license]
55
[![Discourse posts][discourse-image]][discourse]
66

7-
# Quickstart
7+
## Quickstart
88

99
- The `web/bigquery` directory contains the Snowplow BigQuery web model v1.0.3 structured as a Dataform project. As a first step copy its contents to the root of your Dataform project.
1010
- Configure the model.
@@ -142,7 +142,7 @@ To configure your data model you only need to check the `sp.js` file in your `in
142142
};
143143
```
144144

145-
6. **Other parameters**
145+
7. **Other parameters**
146146
- `lookback_window_hours`: (default: 6). Period of time (in hours) to look before the latest event in manifest - to account for late arriving data, which comes out of order.
147147
- `days_late_allowed`: (default: 3). Period of time (in days) for which we should include late data. If the difference between collector tstamps for the session start and new event is greater than this value, data for that session will not be processed.
148148
- `session_lookback_days`: (default: 365). Period of time (in days) to limit scan on session manifest. Exists to improve performance of model when we have a lot of sessions. Should be set to as large a number as practical.
@@ -183,7 +183,6 @@ See the License for the specific language governing permissions and
183183
limitations under the License.
184184

185185

186-
187186
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
188187
[license]: http://www.apache.org/licenses/LICENSE-2.0
189188

0 commit comments

Comments
 (0)