0

我希望有人能帮帮忙。

当我尝试fivetran/tiktok_ads通过 packages.yml 安装包时出现错误,任何人都可以帮助或确认它是否是一个持续的错误?

 package: fivetran/tiktok_ads
 version: 0.1.1

我收到此错误消息:

Encountered an error:
Version error for package fivetran/fivetran_utils: Could not find a satisfactory version from options: ['=0.2.9', '>=0.2.0', '<0.3.0', '>=0.2.0', '<0.3.0', '>=0.2.0', '<0.3.0', '>=0.3.0', '<0.4.0'] 

这是我的完整包文件

packages:
  - package: dbt-labs/dbt_utils
    version: 0.7.3

  - package: fivetran/fivetran_utils
    version: 0.2.9

  - package: fivetran/tiktok_ads
    version: 0.1.1

  - package: fivetran/stripe_source
    version: 0.4.3

  - package: fivetran/pinterest_source
    version: 0.4.0

  - package: fivetran/microsoft_ads_source
    version: 0.3.1

这是我的 dbt 版本信息

installed version: 0.21.1
   latest version: 1.0.0

Your version of dbt is out of date! You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation

Plugins:
  - bigquery: 0.21.1
  - snowflake: 0.21.1
  - redshift: 0.21.1
  - postgres: 0.21.1
(condaEnv) chris@Chris bla-data % 
4

1 回答 1

0

尝试更新您的

  • 包:fivetran/fivetran_utils

从 0.29 到最新版本

之后运行 dbt 命令dbt deps

此命令将更新您的所有软件包。

希望这样做会奏效

于 2022-02-11T12:57:14.537 回答