Files
doris/extension/dbt-doris
catpineapple 45dbd4d872 [fix](dbt)fix dbt incremental #16840
fix dbt incremental :new ideas for no rollback and support incremental data rerun .
add snapshot
use 'mysql-connector-python' mysql driver to replace 'MysqlDb' driver
2023-02-18 20:40:56 +08:00
..
2023-02-18 20:40:56 +08:00
2023-02-18 20:40:56 +08:00
2023-02-18 20:40:56 +08:00
2023-02-18 20:40:56 +08:00
2023-02-18 20:40:56 +08:00
2023-02-18 20:40:56 +08:00

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