Files
doris/extension/dbt-doris/README.md
Mingyu Chen 67f341f44e [TLP](step-1) Remove incubator prefix (#10230)
Remove some `incubator-` prefix in source code.
The document is not modified, will be done in next PR.
2022-06-19 19:34:52 +08:00

397 B

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