文件名称:dbt-presto:dbt的presto adpter插件(https:getdbt.com)
文件大小:29KB
文件格式:ZIP
更新时间:2024-03-08 05:37:12
Python
dbt-presto 文献资料 有关将Presto与dbt一起使用的更多信息,请参阅dbt文档: 安装 可以通过pip安装此插件: $ pip install dbt-presto 配置个人资料 可以使用以下配置将dbt配置文件配置为针对Presto运行: 选项 描述 必需的? 例子 方法 使用的Presto身份验证方法 可选(默认= none ) none | kerberos 用户 认证用户名 必需的 drew 密码 认证密码 可选(如果method是`ldap则是必需的 kerberos`) 数据库 指定要建立模型的数据库 必需的 analytics 图式 指定要构建模型的架构 必需的 dbt_drew 主持人 要连接的主机名 必需的 127.0.0.1 港口 连接到主机的端口 必需的 8080 线程数 dbt应该使用多少个线程 可选(默认= 1 ) 8 p
【文件预览】:
dbt-presto-master
----docker()
--------Dockerfile.util(235B)
--------run_tests.bash(249B)
--------init.bash(284B)
--------wait_for_up.bash(338B)
--------presto()
--------remove.bash(117B)
--------util.yml(152B)
--------dbt()
----.bumpversion-dbt.cfg(420B)
----.bumpversion.cfg(579B)
----.circleci()
--------config.yml(1KB)
----requirements.txt(47B)
----tox.ini(719B)
----test()
--------integration()
--------unit()
----setup.py(2KB)
----README.md(5KB)
----docker-compose.yml(160B)
----License.md(11KB)
----.gitignore(117B)
----dev_requirements.txt(203B)
----dbt()
--------adapters()
--------include()