You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
[![License][license-image]][license]
5
5
[![Discourse posts][discourse-image]][discourse]
6
6
7
-
# Quickstart
7
+
##Quickstart
8
8
9
9
- 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.
10
10
- Configure the model.
@@ -142,7 +142,7 @@ To configure your data model you only need to check the `sp.js` file in your `in
142
142
};
143
143
```
144
144
145
-
6.**Other parameters**
145
+
7.**Other parameters**
146
146
-`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.
147
147
-`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.
148
148
-`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
0 commit comments