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