Skip to content

Commit

Permalink
update job names
Browse files Browse the repository at this point in the history
  • Loading branch information
thutuva committed Feb 26, 2024
1 parent fbba81f commit c371b6f
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dbt_v1.4.6_bigquery_build_full_refresh
name: dbt_v1.4.6_bigquery_build_full_claims

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dbt_v1.4.6_bigquery_build_full_refresh
name: dbt_v1.4.6_bigquery_build_full_claims_clinical

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dbt_v1.4.6_bigquery_build_full_refresh
name: dbt_v1.4.6_bigquery_build_full_clinical

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dbt_v1.4.6_redshift_build_full_refresh
name: dbt_v1.4.6_redshift_build_full_claims

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dbt_v1.4.6_redshift_build_full_refresh
name: dbt_v1.4.6_redshift_build_full_claims_clinical

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dbt_v1.4.6_redshift_build_full_refresh
name: dbt_v1.4.6_redshift_build_full_clinical

on:
workflow_dispatch:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/dbt_v1.4.6_snowflake_build_full_claims.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: dbt_v1.4.6_snowflake_build_full_refresh

name: dbt_v1.4.6_snowflake_build_full_claims
on:
workflow_dispatch:
pull_request:
Expand Down Expand Up @@ -38,7 +37,7 @@ jobs:
- 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":"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":0,"claims_enabled":1}'
dbt_project_folder: "integration_tests"


Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dbt_v1.4.6_snowflake_build_full_refresh
name: dbt_v1.4.6_snowflake_build_full_claims_clinical

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dbt_v1.4.6_snowflake_build_full_refresh
name: dbt_v1.4.6_snowflake_build_full_clinical

on:
workflow_dispatch:
Expand Down

0 comments on commit c371b6f

Please sign in to comment.