【发布时间】:2021-09-28 09:29:28
【问题描述】:
当我运行 dbt run 我得到:
Encountered an error:
Profile() takes no arguments
运行dbt debug 显示:
Running with dbt=0.20.0
dbt version: 0.20.0
python version: 3.9.7
python path: /home/USER/.pyenv/versions/3.9.7/bin/python3.9
os info: Linux-5.10.68-1-MANJARO-x86_64-with-glibc2.33
Using profiles.yml file at /home/USER/dbt/profiles.yml
Using dbt_project.yml file at /home/USER/dbt/project/dbt_project.yml
Encountered an error:
object.__init__() takes exactly one argument (the instance to initialize)
配置文件和项目 yaml 对其他人有效,所以我猜是我的系统有问题,但不知道有什么不同。
【问题讨论】: