snowplow / dbt-snowplow-mobile

A fully incremental model, that transforms raw mobile event data generated by the Snowplow mobile trackers into a series of derived tables of varying levels of aggregation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade snowplow_utils package version

georgewoodhead opened this issue · comments

Describe the bug

This package uses an older version of snowplow_utils which will cause dependancy conflicts if using other snowplow packages which depend on different versions of snowplow_utils in your dbt project.

Steps to reproduce

  1. Use both the latest mobile and web packages in your dbt project packages.yml file:
packages:
  - package: snowplow/snowplow_web
    version: 0.9.2
  - package: snowplow/snowplow_mobile
    version: 0.5.3
  1. Run dbt deps.

Expected results

No error, all packages install successfully.

Actual results

Version error for package snowplow/snowplow_utils: Could not find a satisfactory version from options: ['>=0.12.0', '<0.13.0', '>=0.11.0', '<0.12.0']

Additional context

Issue first raised in discourse.