Skip to content

Commit edaffa4

Browse files
author
sarah-tuva
committed
remove outdated env vars for redshift and clean up formatting
1 parent 4453c7a commit edaffa4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tuva_internal_dbt_v1.8.6.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ env:
2727
DBT_FABRIC_CI_SCHEMA: ${{ secrets.DBT_FABRIC_CI_SCHEMA }}
2828
####### Redshift
2929
DBT_REDSHIFT_CI_HOST: ${{ secrets.DBT_REDSHIFT_CI_HOST }}
30-
DBT_REDSHIFT_CI_HOST_MIGRATION_TESTING: ${{ secrets.DBT_REDSHIFT_CI_HOST_MIGRATION_TESTING }}
3130
DBT_REDSHIFT_CI_USER: ${{ secrets.DBT_REDSHIFT_CI_USER }}
3231
DBT_REDSHIFT_CI_PASSWORD: ${{ secrets.DBT_REDSHIFT_CI_PASSWORD }}
33-
DBT_REDSHIFT_2_CI_PASSWORD: ${{ secrets.DBT_REDSHIFT_2_CI_PASSWORD }}
3432
DBT_REDSHIFT_CI_PORT: ${{ secrets.DBT_REDSHIFT_CI_PORT }}
35-
####### Snowflake
33+
####### Snowflake
3634
DBT_TUVA_SNOWFLAKE_ACCOUNT: ${{ secrets.DBT_TUVA_SNOWFLAKE_ACCOUNT }}
3735
DBT_TUVA_CI_DATABASE: ${{ secrets.DBT_TUVA_CI_DATABASE }}
3836
DBT_SNOWFLAKE_CI_PASSWORD: ${{ secrets.DBT_SNOWFLAKE_CI_PASSWORD }}
@@ -280,7 +278,7 @@ jobs:
280278

281279
- name: dbt-compile
282280
run: |
283-
dbt compile --profiles-dir ./profiles/redshift --vars '{"use_synthetic_data": true,"clinical_enabled":true,"claims_enabled":true}'
281+
dbt compile --profiles-dir ./profiles/redshift --vars '{"use_synthetic_data": true,"clinical_enabled":true,"claims_enabled":true,"fhir_preprocessing_enabled":true}'
284282
working-directory: ci_testing
285283

286284
- name: Get the result
@@ -348,6 +346,7 @@ jobs:
348346
- name: dbt-debug
349347
run: dbt debug --profiles-dir ./profiles/snowflake
350348
working-directory: ci_testing
349+
351350
# Changed to compile to save processing time
352351
- name: dbt-compile
353352
run: |
@@ -455,6 +454,7 @@ jobs:
455454
- name: dbt-debug
456455
run: dbt debug --profiles-dir ./profiles/snowflake
457456
working-directory: ci_testing
457+
458458
# Changed to compile to save processing time
459459
- name: dbt-compile
460460
run: |

0 commit comments

Comments
 (0)