Hi,
When running dbt deps, dbt-labs/dbt_utils would successfully install in our cloud job, the last time this successfully ran was on Thursday.
23:08:22 Installing dbt-labs/dbt_utils
23:08:22 Installed from version 0.8.6
When trying to run this again yesterday with no code changes, I received the below error on the dbt deps step:
Version error for package dbt-labs/dbt_utils: Could not find a satisfactory version from options: [‘>=0.9.0’, ‘<0.10.0’, ‘>=0.8.0’, ‘<0.9.0’]
Locally I have tried to add the below to my packages.yml file (one at a time) but still receive the same error when I run dbt deps:
-
package: dbt-labs/dbt_utils
version: 0.7.1 -
package: dbt-labs/dbt_utils
version: 0.8.6
Version error for package dbt-labs/dbt_utils: Could not find a satisfactory version from options: [‘=0.8.6’, ‘>=0.9.0’, ‘<0.10.0’]
-
package: dbt-labs/dbt_utils
version: 1.0.0 -
git: “GitHub - dbt-labs/dbt-utils: Utility functions for dbt projects.”
revision: 0.9.2
Some assistance here would be greatly appreciated, please let me know if further information is required.
Kind regards,
Kayne
