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

Commit 195d680

Browse files
Merge README update prior to archival
This PR updates the README with an archival disclaimer.
1 parent a8ff2f8 commit 195d680

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
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+
113
> ⛔🏚️ This package is no longer developed or maintained by dbt Labs. A fork is maintained at https://github.com/fleetio/dbt-segment
214
315
# dbt-segment
416
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;)
719

820

921
## Installation instructions
@@ -19,7 +31,7 @@ config-version: 2
1931

2032
vars:
2133
segment:
22-
segment_page_views_table: "{{ source('segment', 'pages') }}"
34+
segment_page_views_table: &quot;{{ source('segment', 'pages') }}&quot;
2335

2436
```
2537
This package assumes that your data is in a structure similar to the test
@@ -39,7 +51,7 @@ config-version: 2
3951

4052
vars:
4153
segment:
42-
segment_page_views_table: "{{ source('segment', 'pages') }}"
54+
segment_page_views_table: &quot;{{ source('segment', 'pages') }}&quot;
4355
segment_sessionization_trailing_window: 3
4456
segment_inactivity_cutoff: 30 * 60
4557
segment_pass_through_columns: []
@@ -52,3 +64,4 @@ the package to run successfully.
5264

5365
## Database support
5466
This package has been tested on Redshift, Snowflake, BigQuery, and Postgres.
67+

0 commit comments

Comments
 (0)