From 7e8b52a041412a0054dc5089eeb99824a6640f27 Mon Sep 17 00:00:00 2001 From: bertrand Date: Mon, 29 Apr 2024 09:56:56 +0200 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- dbt_project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 416d216..6dacbb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: mkdir -p ~/.dbt echo "config_version: 2 profiles.yml: - default: + crispy_dataprep: target: dev outputs: dev: diff --git a/dbt_project.yml b/dbt_project.yml index 79f76d1..34cb2c6 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -7,7 +7,7 @@ version: '1.0.0' config-version: 2 # This setting configures which "profile" dbt uses for this project. -profile: 'default' +profile: 'crispy_dataprep' # These configurations specify where dbt should look for different types of files. # The `model-paths` config, for example, states that models in this project can be