Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 928 Bytes

File metadata and controls

38 lines (27 loc) · 928 Bytes

DBT Gitlab run results

DBT Gitlab run results:

DBT Gitlab run results visualization

How to run dbt-gitlab project?

  1. cd into dbt-gitlab directory
cd dbt-gitlab
  1. Rename .env_example to .env file and add Snowflake credentials. Embucket does not require any changes as of now.

  2. Make file executable

chmod +x run.sh
  1. Run dbt-gitlab project
./run.sh --target embucket
./run.sh --target snowflake

Optionally, a specific model pipeline can be triggered using the following command:

./run.sh --target database --model model_name

Files to start with:

top_errors.txt - file with the top 10 errors

run.log - file with the logs after the last run