- cd into dbt-gitlab directory
cd dbt-gitlab-
Rename
.env_exampleto.envfile and add Snowflake credentials. Embucket does not require any changes as of now. -
Make file executable
chmod +x run.sh- Run dbt-gitlab project
./run.sh --target embucket./run.sh --target snowflakeOptionally, a specific model pipeline can be triggered using the following command:
./run.sh --target database --model model_nameFiles to start with:
top_errors.txt - file with the top 10 errors
run.log - file with the logs after the last run
