Hey there,
plan to install snowplow_web package (version 1.0.0) in :dbt: dbt and while installing the package (run dbt deps) - got an error:
Version error for package dbt-labs/dbt_utils: Could not find a satisfactory version from options: ['=0.9.6', '>=0.1.25', '>=0.9.0', '<2.0.0', '>=1.0.0', '<2.0.0']
make: *** [run-dbt] Error 2
Dig a bit deeper and see in the file: https://hub.getdbt.com/api/v1/snowplow/snowplow_utils.json there is no support for package version 1.0.0 - 0.15.2 is maximum.
Question: are you responsible for managing this file? If yes, what is the ETA to introduce v 1.0.0?
Thanks!
UPDATE: works now with v.1.0.0 as used dbt_utils v1.0.0 (no problem with the installation).