-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed syntax; added dbt v1.7.3 for testing
- Loading branch information
Showing
11 changed files
with
147 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
- name: dbt-build | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: 'dbt --full-refresh --profiles-dir ./profiles/bigquery --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":false,"claims_enabled":true}' | ||
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/bigquery --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":false,"claims_enabled":true}' | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
- name: dbt-build | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: 'dbt --full-refresh --profiles-dir ./profiles/bigquery --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":true}' | ||
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/bigquery --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":true}' | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
- name: dbt-build | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: 'dbt --full-refresh --profiles-dir ./profiles/bigquery --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":false}' | ||
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/bigquery --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":false}' | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
- name: dbt-build | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: 'dbt --full-refresh --profiles-dir ./profiles/redshift --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":false,"claims_enabled":true}' | ||
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/redshift --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":false,"claims_enabled":true}' | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
- name: dbt-build | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: 'dbt --full-refresh --profiles-dir ./profiles/redshift --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":true}' | ||
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/redshift --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":true}' | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
- name: dbt-build | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: 'dbt --full-refresh --profiles-dir ./profiles/redshift --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":false}' | ||
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/redshift --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":false}' | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
- name: dbt-build | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: 'dbt --full-refresh --profiles-dir ./profiles/snowflake --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":false,"claims_enabled":true}' | ||
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/snowflake --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":false,"claims_enabled":true}' | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
- name: dbt-build | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: 'dbt --full-refresh --profiles-dir ./profiles/snowflake --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":true}' | ||
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/snowflake --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":true}' | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
|
44 changes: 44 additions & 0 deletions
44
.github/workflows/dbt_v1.7.3_bigquery_build_full_clinical.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: dbt_v1.7.3_bigquery_build_full_clinical | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
env: | ||
DBT_BIGQUERY_TOKEN: ${{ secrets.TUVA_BIGQUERY_TOKEN }} | ||
TUVA_BIGQUERY_PROJECT: ${{ secrets.TUVA_BIGQUERY_PROJECT }} | ||
|
||
|
||
jobs: | ||
action: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: dbt-deps | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: "dbt deps --profiles-dir ./profiles/bigquery" | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
- name: dbt-debug | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: "dbt debug --profiles-dir ./profiles/bigquery" | ||
dbt_project_folder: "integration_tests" | ||
|
||
- name: dbt-build | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/bigquery --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":false}' | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
- name: Get the result | ||
if: ${{ always() }} | ||
run: echo "${{ steps.dbt-build.outputs.result }}" | ||
shell: bash |
47 changes: 47 additions & 0 deletions
47
.github/workflows/dbt_v1.7.3_redshift_build_full_clinical.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: dbt_v1.7.3_redshift_build_full_clinical | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
|
||
env: | ||
DBT_REDSHIFT_CI_HOST: ${{ secrets.DBT_REDSHIFT_CI_HOST }} | ||
DBT_REDSHIFT_CI_USER: ${{ secrets.DBT_REDSHIFT_CI_USER }} | ||
DBT_REDSHIFT_CI_PASSWORD: ${{ secrets.DBT_REDSHIFT_CI_PASSWORD }} | ||
DBT_REDSHIFT_CI_PORT: ${{ secrets.DBT_REDSHIFT_CI_PORT }} | ||
|
||
|
||
jobs: | ||
action: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: dbt-deps | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: "dbt deps --profiles-dir ./profiles/redshift" | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
- name: dbt-debug | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: "dbt debug --profiles-dir ./profiles/redshift" | ||
dbt_project_folder: "integration_tests" | ||
|
||
- name: dbt-build | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/redshift --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":false}' | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
- name: Get the result | ||
if: ${{ always() }} | ||
run: echo "${{ steps.dbt-build.outputs.result }}" | ||
shell: bash |
48 changes: 48 additions & 0 deletions
48
.github/workflows/dbt_v1.7.3_snowflake_build_full_clinical.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: dbt_v1.7.3_snowflake_build_full_clinical | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
env: | ||
DBT_TUVA_SNOWFLAKE_ACCOUNT: ${{ secrets.DBT_TUVA_SNOWFLAKE_ACCOUNT }} | ||
DBT_TUVA_CI_DATABASE: ${{ secrets.DBT_TUVA_CI_DATABASE }} | ||
DBT_SNOWFLAKE_CI_PASSWORD: ${{ secrets.DBT_SNOWFLAKE_CI_PASSWORD }} | ||
DBT_SNOWFLAKE_CI_ROLE: ${{ secrets.DBT_SNOWFLAKE_CI_ROLE }} | ||
DBT_SNOWFLAKE_CI_SCHEMA: ${{ secrets.DBT_SNOWFLAKE_CI_SCHEMA }} | ||
DBT_SNOWFLAKE_CI_USER: ${{ secrets.DBT_SNOWFLAKE_CI_USER }} | ||
DBT_SNOWFLAKE_CI_WAREHOUSE: ${{ secrets.DBT_SNOWFLAKE_CI_WAREHOUSE }} | ||
|
||
jobs: | ||
action: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: dbt-deps | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: "dbt deps --profiles-dir ./profiles/snowflake" | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
- name: dbt-debug | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: "dbt debug --profiles-dir ./profiles/snowflake" | ||
dbt_project_folder: "integration_tests" | ||
|
||
- name: dbt-build | ||
uses: mwhitaker/[email protected] | ||
with: | ||
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/snowflake --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":false}' | ||
dbt_project_folder: "integration_tests" | ||
|
||
|
||
- name: Get the result | ||
if: ${{ always() }} | ||
run: echo "${{ steps.dbt-build.outputs.result }}" | ||
shell: bash |