tree: c98614eac68ff9934c7a11eef2006022176a37cf [path history] [tgz]
  1. dbt/
  2. test/
  3. .gitignore
  4. LICENSE
  5. Makefile
  6. poetry.lock
  7. pyproject.toml
  8. README.md
extension/dbt-doris/README.md

dbt-doris

This is the doris adapter plugin for dbt.

Install

git clone https://github.com/apache/doris.git
cd doris/extension/dbt-doris && pip install .

Configuring your profile

Example entry for profiles.yml:

your_profile_name:
  target: dev
  outputs:
    dev:
      type: doris
      host: 127.0.0.1
      port: 9030
      username: root
      schema: dbt