dbt入门
安装 1 pip install dbt-postgres -i https://pypi.doubanio.com/simple Install with pip | dbt Developer Hub 项目初始化 dbt init 创建项目 编辑profiles profiles.yml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 mydb: outputs: # 开发