Skip to content

Releases: dataform-co/dataform-segment

1.5

07 Jun 16:36
61a3a1d
Compare
Choose a tag to compare

Installation

Add the following to your package.json dependencies

"dataform-segment": "https://github.com/dataform-co/dataform-segment/archive/1.5.tar.gz"

Dataform Segment 1.4

09 Nov 16:49
29bc03b
Compare
Choose a tag to compare
  • Start using dataform/sql

Installation

Add the following to the list of dependencies in the package.json file in your Dataform project:

"dataform-segment": "git+https://github.com/dataform-co/dataform-segment.git#1.4"

Dataform Segment 1.3

02 Nov 16:41
Compare
Choose a tag to compare
  • Upgrade dataform/core

Installation

Add the following to the list of dependencies in the package.json file in your Dataform project:

"dataform-segment": "git+https://github.com/dataform-co/dataform-segment.git#1.3"

Dataform Segment 1.2

14 Oct 13:44
7a83008
Compare
Choose a tag to compare
  • Switch from sessions.config.defaultDatabase to dataform.projectConfig.defaultDatabase

Installation

Add the following to the list of dependencies in the package.json file in your Dataform project:

"dataform-segment": "git+https://github.com/dataform-co/dataform-segment.git#1.2"

Dataform Segment 1.1

28 Aug 11:25
d803204
Compare
Choose a tag to compare

Minor bug fixes.

Installation

Add the following to the list of dependencies in the package.json file in your Dataform project:

"dataform-segment": "git+https://github.com/dataform-co/dataform-segment.git#1.1"

Dataform Segment 1.0

27 Aug 10:55
bd9d052
Compare
Choose a tag to compare

This release adds support for Screens. You can now include any / all of tracks, pages or screens in the sessions table built by this package.

  • To create a web-only sessions table, use includeTracks: true, includePages: true, includeScreens: false
  • To create an app-only sessions table, use includeTracks: true, includePages: false, includeScreens: true
  • To create a cross-platform sessions table, use includeTracks: true, includePages: true, includeScreens: true

Installation

Add the following to your package.json file in your Dataform project:

{
    "dataform-segment": "git+https://github.com/dataform-co/dataform-segment.git#1.0"
}

Dataform Segment 0.10

19 Aug 14:20
Compare
Choose a tag to compare
  • actually resolves issue in segment_user_map leading to duplicate events in sessions table

Installation

Add the following to your package.json file in your Dataform project:

{
    "dataform-segment": "git+https://github.com/dataform-co/dataform-segment.git#0.10"
}

Dataform Segment 0.9

19 Aug 14:14
Compare
Choose a tag to compare
  • resolve issue in segment_user_map leading to duplicate events in sessions table

Installation

Add the following to your package.json file in your Dataform project:

{
    "dataform-segment": "git+https://github.com/dataform-co/dataform-segment.git#0.9"
}

Dataform Segment 0.8

07 Jul 12:46
Compare
Choose a tag to compare
  • Include nulls when searching for first- and last-page-values.

Installation

Add the following to your package.json file in your Dataform project:

{
    "dataform-segment": "git+https://github.com/dataform-co/dataform-segment.git#0.8"
}

Dataform Segment 0.7

22 May 10:54
Compare
Choose a tag to compare
  • Resolve an issue in the segment_user_map table
  • added an (advanced) option to disable declarations, useful if you'd like to use custom input tables

Installation

Add the following to your package.json file in your Dataform project:

{
    "dataform-segment": "git+https://github.com/dataform-co/dataform-segment.git#0.7"
}