1
+ # *** Archival Notice***
2
+ This repository has been archived.
3
+
4
+ As a result all of its historical issues and PRs have been closed.
5
+
6
+ Please * do not clone* this repo without understanding the risk in doing so:
7
+ - It may have unaddressed security vulnerabilities
8
+ - It may have unaddressed bugs
9
+
10
+ <details >
11
+ <summary >Click for historical readme</summary >
12
+
1
13
> ⛔🏚️ This package is no longer developed or maintained by dbt Labs. A fork is maintained at https://github.com/fleetio/dbt-segment
2
14
3
15
# dbt-segment
4
16
This [ dbt package] ( https://docs.getdbt.com/docs/package-management ) :
5
- * Performs " user stitching" to tie all events associated with a cookie to the same user_id
6
- * Transforms pageviews into sessions (" sessionization" )
17
+ * Performs & quot ; user stitching& quot ; to tie all events associated with a cookie to the same user_id
18
+ * Transforms pageviews into sessions (& quot ; sessionization& quot ; )
7
19
8
20
9
21
## Installation instructions
@@ -19,7 +31,7 @@ config-version: 2
19
31
20
32
vars :
21
33
segment :
22
- segment_page_views_table : " {{ source('segment', 'pages') }}"
34
+ segment_page_views_table : " {{ source('segment', 'pages') }}"
23
35
24
36
```
25
37
This package assumes that your data is in a structure similar to the test
@@ -39,7 +51,7 @@ config-version: 2
39
51
40
52
vars :
41
53
segment :
42
- segment_page_views_table : " {{ source('segment', 'pages') }}"
54
+ segment_page_views_table : " {{ source('segment', 'pages') }}"
43
55
segment_sessionization_trailing_window : 3
44
56
segment_inactivity_cutoff : 30 * 60
45
57
segment_pass_through_columns : []
@@ -52,3 +64,4 @@ the package to run successfully.
52
64
53
65
## Database support
54
66
This package has been tested on Redshift, Snowflake, BigQuery, and Postgres.
67
+
0 commit comments