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

Segment v0.1.6

Compare
Choose a tag to compare
@clrcrl clrcrl released this 06 Feb 22:01
0c0dffd

Segment 0.1.6

This is a bugfix release.

Users of this package should upgrade their dbt projects to this release, and run a full-refresh of the models in this package, and any downstream models.

$ dbt run --models segment.*+ --full-refresh

Fixes

  • Fix a bug resulting in incorrect values for web_session.session_number (#11)
  • Make this package compatible with BigQuery (#8)
  • Upgrade to v0.12.2 syntax for incremental models (#7)

Contributors