/dbt-starrocks

Primary LanguagePythonApache License 2.0Apache-2.0

dbt-starrocks

This project is under development.

The dbt-starrocks package contains all of the code enabling dbt to work with a StarRocks database. For more information on using dbt with StarRocks.

Getting started

Configuration your envs:

  • Python: 3.7.4
  • StarRocks: 2.1.4
  • DBT: 1.1.0

Install the dbt-starrocks into the plugin directory, and

  pip install .

Create your project:

  dbt init

Test Adapter

consult the project

Notice

  1. Don't use the SQL: 'with ...' --> ('create table as (with ...)')