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.
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
consult the project
- Don't use the SQL: 'with ...' --> ('create table as (with ...)')