|
26 | 26 | DBT_FABRIC_CI_SCHEMA: ${{ secrets.DBT_FABRIC_CI_SCHEMA }} |
27 | 27 | ####### Redshift |
28 | 28 | DBT_REDSHIFT_CI_HOST: ${{ secrets.DBT_REDSHIFT_CI_HOST }} |
29 | | - DBT_REDSHIFT_CI_HOST_MIGRATION_TESTING: ${{ secrets.DBT_REDSHIFT_CI_HOST_MIGRATION_TESTING }} |
30 | 29 | DBT_REDSHIFT_CI_USER: ${{ secrets.DBT_REDSHIFT_CI_USER }} |
31 | 30 | DBT_REDSHIFT_CI_PASSWORD: ${{ secrets.DBT_REDSHIFT_CI_PASSWORD }} |
32 | | - DBT_REDSHIFT_2_CI_PASSWORD: ${{ secrets.DBT_REDSHIFT_2_CI_PASSWORD }} |
33 | 31 | DBT_REDSHIFT_CI_PORT: ${{ secrets.DBT_REDSHIFT_CI_PORT }} |
34 | | - ####### Snowflake |
| 32 | +####### Snowflake |
35 | 33 | DBT_TUVA_SNOWFLAKE_ACCOUNT: ${{ secrets.DBT_TUVA_SNOWFLAKE_ACCOUNT }} |
36 | 34 | DBT_TUVA_CI_DATABASE: ${{ secrets.DBT_TUVA_CI_DATABASE }} |
37 | 35 | DBT_SNOWFLAKE_CI_PASSWORD: ${{ secrets.DBT_SNOWFLAKE_CI_PASSWORD }} |
@@ -187,7 +185,7 @@ jobs: |
187 | 185 |
|
188 | 186 | - name: dbt-build |
189 | 187 | run: | |
190 | | - dbt build --full-refresh --profiles-dir ./profiles/bigquery --vars '{"input_database": "dev-ci-testing","input_schema": "input_layer","clinical_enabled": true,"claims_enabled": true,"fhir_preprocessing_enabled": true}' |
| 188 | + dbt build --full-refresh --profiles-dir ./profiles/bigquery --vars '{"use_synthetic_data": true,"clinical_enabled": true,"claims_enabled": true,"fhir_preprocessing_enabled": true}' |
191 | 189 | working-directory: ci_testing |
192 | 190 |
|
193 | 191 | - name: Get the result |
@@ -243,10 +241,11 @@ jobs: |
243 | 241 | - name: dbt-debug |
244 | 242 | run: dbt debug --profiles-dir ./profiles/bigquery |
245 | 243 | working-directory: ci_testing |
246 | | - #Changed to compile to save processing time |
| 244 | + |
| 245 | + # Changed to compile to save processing time |
247 | 246 | - name: dbt-compile |
248 | 247 | run: | |
249 | | - dbt compile --profiles-dir ./profiles/bigquery --vars '{"input_database": "dev-ci-testing","input_schema": "input_layer","claims_enabled": true}' |
| 248 | + dbt compile --profiles-dir ./profiles/bigquery --vars '{"use_synthetic_data": true,"claims_enabled": true}' |
250 | 249 | working-directory: ci_testing |
251 | 250 |
|
252 | 251 | - name: Get the result |
@@ -302,10 +301,11 @@ jobs: |
302 | 301 | - name: dbt-debug |
303 | 302 | run: dbt debug --profiles-dir ./profiles/bigquery |
304 | 303 | working-directory: ci_testing |
305 | | - #Changed to compile to save processing time |
| 304 | + |
| 305 | + # Changed to compile to save processing time |
306 | 306 | - name: dbt-compile |
307 | 307 | run: | |
308 | | - dbt compile --profiles-dir ./profiles/bigquery --vars '{"input_database": "dev-ci-testing","input_schema": "input_layer","claims_enabled": true,"provider_attribution_enabled":true}' |
| 308 | + dbt compile --profiles-dir ./profiles/bigquery --vars '{"use_synthetic_data": true,"claims_enabled": true,"provider_attribution_enabled":true}' |
309 | 309 | working-directory: ci_testing |
310 | 310 |
|
311 | 311 | - name: Get the result |
@@ -361,10 +361,11 @@ jobs: |
361 | 361 | - name: dbt-debug |
362 | 362 | run: dbt debug --profiles-dir ./profiles/bigquery |
363 | 363 | working-directory: ci_testing |
364 | | - #Changed to compile to save processing time |
| 364 | + |
| 365 | + # Changed to compile to save processing time |
365 | 366 | - name: dbt-compile |
366 | 367 | run: | |
367 | | - dbt compile --profiles-dir ./profiles/bigquery --vars '{"input_database": "dev-ci-testing","input_schema": "input_layer","clinical_enabled": true}' |
| 368 | + dbt compile --profiles-dir ./profiles/bigquery --vars '{"use_synthetic_data": true,"clinical_enabled": true}' |
368 | 369 | working-directory: ci_testing |
369 | 370 |
|
370 | 371 | - name: Get the result |
@@ -420,10 +421,11 @@ jobs: |
420 | 421 | - name: dbt-debug |
421 | 422 | run: dbt debug --profiles-dir ./profiles/bigquery |
422 | 423 | working-directory: ci_testing |
423 | | - #Changed to compile to save processing time |
| 424 | + |
| 425 | + # Changed to compile to save processing time |
424 | 426 | - name: dbt-compile |
425 | 427 | run: | |
426 | | - dbt compile --profiles-dir ./profiles/bigquery --vars '{"input_database": "dev-ci-testing","input_schema": "input_layer","provider_attribution": true}' |
| 428 | + dbt compile --profiles-dir ./profiles/bigquery --vars '{"use_synthetic_data": true,"provider_attribution": true}' |
427 | 429 | working-directory: ci_testing |
428 | 430 |
|
429 | 431 | - name: Get the result |
@@ -468,7 +470,7 @@ jobs: |
468 | 470 |
|
469 | 471 | - name: dbt-build |
470 | 472 | run: | |
471 | | - dbt build --full-refresh --profiles-dir ./profiles/fabric --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":true,"fhir_preprocessing_enabled":true}' |
| 473 | + dbt build --full-refresh --profiles-dir ./profiles/fabric --vars '{"use_synthetic_data": true,"clinical_enabled":true,"claims_enabled":true,"fhir_preprocessing_enabled":true}' |
472 | 474 | working-directory: ci_testing |
473 | 475 |
|
474 | 476 | - name: Get the result |
@@ -509,10 +511,11 @@ jobs: |
509 | 511 | - name: dbt-debug |
510 | 512 | run: dbt debug --profiles-dir ./profiles/fabric |
511 | 513 | working-directory: ci_testing |
512 | | - #Changed to compile to save processing time |
| 514 | + |
| 515 | + # Changed to compile to save processing time |
513 | 516 | - name: dbt-compile |
514 | 517 | run: | |
515 | | - dbt compile --profiles-dir ./profiles/fabric --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","claims_enabled":true}' |
| 518 | + dbt compile --profiles-dir ./profiles/fabric --vars '{"use_synthetic_data": true,"claims_enabled":true}' |
516 | 519 | working-directory: ci_testing |
517 | 520 |
|
518 | 521 | - name: Get the result |
@@ -553,10 +556,11 @@ jobs: |
553 | 556 | - name: dbt-debug |
554 | 557 | run: dbt debug --profiles-dir ./profiles/fabric |
555 | 558 | working-directory: ci_testing |
556 | | - #Changed to compile to save processing time |
| 559 | + |
| 560 | + # Changed to compile to save processing time |
557 | 561 | - name: dbt-compile |
558 | 562 | run: | |
559 | | - dbt compile --profiles-dir ./profiles/fabric --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","claims_enabled":true,"provider_attribution_enabled":true}' |
| 563 | + dbt compile --profiles-dir ./profiles/fabric --vars '{"use_synthetic_data": true,"claims_enabled":true,"provider_attribution_enabled":true}' |
560 | 564 | working-directory: ci_testing |
561 | 565 |
|
562 | 566 | - name: Get the result |
@@ -597,10 +601,11 @@ jobs: |
597 | 601 | - name: dbt-debug |
598 | 602 | run: dbt debug --profiles-dir ./profiles/fabric |
599 | 603 | working-directory: ci_testing |
600 | | - #Changed to compile to save processing time |
| 604 | + |
| 605 | + # Changed to compile to save processing time |
601 | 606 | - name: dbt-compile |
602 | 607 | run: | |
603 | | - dbt compile --profiles-dir ./profiles/fabric --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true}' |
| 608 | + dbt compile --profiles-dir ./profiles/fabric --vars '{"use_synthetic_data": true,"clinical_enabled":true}' |
604 | 609 | working-directory: ci_testing |
605 | 610 |
|
606 | 611 | - name: Get the result |
@@ -641,10 +646,11 @@ jobs: |
641 | 646 | - name: dbt-debug |
642 | 647 | run: dbt debug --profiles-dir ./profiles/fabric |
643 | 648 | working-directory: ci_testing |
644 | | - #Changed to compile to save processing time |
| 649 | + |
| 650 | + # Changed to compile to save processing time |
645 | 651 | - name: dbt-compile |
646 | 652 | run: | |
647 | | - dbt compile --profiles-dir ./profiles/fabric --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","provider_attribution_enabled":true}' |
| 653 | + dbt compile --profiles-dir ./profiles/fabric --vars '{"use_synthetic_data": true,"provider_attribution_enabled":true}' |
648 | 654 | working-directory: ci_testing |
649 | 655 |
|
650 | 656 | - name: Get the result |
@@ -679,15 +685,16 @@ jobs: |
679 | 685 | - name: dbt-debug |
680 | 686 | run: dbt debug --profiles-dir ./profiles/redshift |
681 | 687 | working-directory: ci_testing |
682 | | - #Changed to seed then compile to speed up processing time |
| 688 | + |
| 689 | + # Changed to seed then compile to speed up processing time |
683 | 690 | - name: dbt-seed |
684 | 691 | run: | |
685 | | - dbt seed --full-refresh --profiles-dir ./profiles/redshift --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":true}' |
| 692 | + dbt seed --full-refresh --profiles-dir ./profiles/redshift --vars '{"use_synthetic_data": true,"clinical_enabled":true,"claims_enabled":true}' |
686 | 693 | working-directory: ci_testing |
687 | 694 |
|
688 | 695 | - name: dbt-compile |
689 | 696 | run: | |
690 | | - dbt compile --profiles-dir ./profiles/redshift --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":true,"fhir_preprocessing_enabled":true}' |
| 697 | + dbt compile --profiles-dir ./profiles/redshift --vars '{"use_synthetic_data": true,"clinical_enabled":true,"claims_enabled":true,"fhir_preprocessing_enabled":true}' |
691 | 698 | working-directory: ci_testing |
692 | 699 |
|
693 | 700 | - name: Get the result |
@@ -721,10 +728,11 @@ jobs: |
721 | 728 | - name: dbt-debug |
722 | 729 | run: dbt debug --profiles-dir ./profiles/redshift |
723 | 730 | working-directory: ci_testing |
724 | | - #Changed to compile to save processing time |
| 731 | + |
| 732 | + # Changed to compile to save processing time |
725 | 733 | - name: dbt-compile |
726 | 734 | run: | |
727 | | - dbt build --full-refresh --profiles-dir ./profiles/redshift --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","claims_enabled":true}' |
| 735 | + dbt build --full-refresh --profiles-dir ./profiles/redshift --vars '{"use_synthetic_data": true,"claims_enabled":true}' |
728 | 736 | working-directory: ci_testing |
729 | 737 |
|
730 | 738 | - name: Get the result |
@@ -758,10 +766,11 @@ jobs: |
758 | 766 | - name: dbt-debug |
759 | 767 | run: dbt debug --profiles-dir ./profiles/redshift |
760 | 768 | working-directory: ci_testing |
761 | | - #Changed to compile to save processing time |
| 769 | + |
| 770 | + # Changed to compile to save processing time |
762 | 771 | - name: dbt-compile |
763 | 772 | run: | |
764 | | - dbt compile --profiles-dir ./profiles/redshift --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","claims_enabled":true,"provider_attribution_enabled":true}' |
| 773 | + dbt compile --profiles-dir ./profiles/redshift --vars '{"use_synthetic_data": true,"claims_enabled":true,"provider_attribution_enabled":true}' |
765 | 774 | working-directory: ci_testing |
766 | 775 |
|
767 | 776 | - name: Get the result |
@@ -795,10 +804,11 @@ jobs: |
795 | 804 | - name: dbt-debug |
796 | 805 | run: dbt debug --profiles-dir ./profiles/redshift |
797 | 806 | working-directory: ci_testing |
798 | | - #Changed to compile to save processing time |
| 807 | + |
| 808 | + # Changed to compile to save processing time |
799 | 809 | - name: dbt-compile |
800 | 810 | run: | |
801 | | - dbt compile --profiles-dir ./profiles/redshift --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true}' |
| 811 | + dbt compile --profiles-dir ./profiles/redshift --vars '{"use_synthetic_data": true,"clinical_enabled":true}' |
802 | 812 | working-directory: ci_testing |
803 | 813 |
|
804 | 814 | - name: Get the result |
@@ -832,10 +842,11 @@ jobs: |
832 | 842 | - name: dbt-debug |
833 | 843 | run: dbt debug --profiles-dir ./profiles/redshift |
834 | 844 | working-directory: ci_testing |
835 | | - #Changed to compile to save processing time |
| 845 | + |
| 846 | + # Changed to compile to save processing time |
836 | 847 | - name: dbt-compile |
837 | 848 | run: | |
838 | | - dbt compile --profiles-dir ./profiles/redshift --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","provider_attribution_enabled":true}' |
| 849 | + dbt compile --profiles-dir ./profiles/redshift --vars '{"use_synthetic_data": true,"provider_attribution_enabled":true}' |
839 | 850 | working-directory: ci_testing |
840 | 851 |
|
841 | 852 | - name: Get the result |
@@ -873,7 +884,7 @@ jobs: |
873 | 884 |
|
874 | 885 | - name: dbt-build |
875 | 886 | run: | |
876 | | - dbt build --full-refresh --profiles-dir ./profiles/snowflake --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true,"claims_enabled":true,"fhir_preprocessing_enabled":true}' |
| 887 | + dbt build --full-refresh --profiles-dir ./profiles/snowflake --vars '{"use_synthetic_data": true,"clinical_enabled":true,"claims_enabled":true,"fhir_preprocessing_enabled":true}' |
877 | 888 | working-directory: ci_testing |
878 | 889 |
|
879 | 890 | - name: Get the result |
@@ -907,10 +918,11 @@ jobs: |
907 | 918 | - name: dbt-debug |
908 | 919 | run: dbt debug --profiles-dir ./profiles/snowflake |
909 | 920 | working-directory: ci_testing |
910 | | - #Changed to compile to save processing time |
| 921 | + |
| 922 | + # Changed to compile to save processing time |
911 | 923 | - name: dbt-compile |
912 | 924 | run: | |
913 | | - dbt compile --profiles-dir ./profiles/snowflake --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","claims_enabled":true}' |
| 925 | + dbt compile --profiles-dir ./profiles/snowflake --vars '{"use_synthetic_data": true,"claims_enabled":true}' |
914 | 926 | working-directory: ci_testing |
915 | 927 |
|
916 | 928 | - name: Get the result |
@@ -944,10 +956,11 @@ jobs: |
944 | 956 | - name: dbt-debug |
945 | 957 | run: dbt debug --profiles-dir ./profiles/snowflake |
946 | 958 | working-directory: ci_testing |
947 | | - #Changed to compile to save processing time |
| 959 | + |
| 960 | + # Changed to compile to save processing time |
948 | 961 | - name: dbt-compile |
949 | 962 | run: | |
950 | | - dbt compile --profiles-dir ./profiles/snowflake --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","claims_enabled":true,"provider_attribution_enabled":true}' |
| 963 | + dbt compile --profiles-dir ./profiles/snowflake --vars '{"use_synthetic_data": true,"claims_enabled":true,"provider_attribution_enabled":true}' |
951 | 964 | working-directory: ci_testing |
952 | 965 |
|
953 | 966 | - name: Get the result |
@@ -981,10 +994,11 @@ jobs: |
981 | 994 | - name: dbt-debug |
982 | 995 | run: dbt debug --profiles-dir ./profiles/snowflake |
983 | 996 | working-directory: ci_testing |
984 | | - #Changed to compile to save processing time |
| 997 | + |
| 998 | + # Changed to compile to save processing time |
985 | 999 | - name: dbt-compile |
986 | 1000 | run: | |
987 | | - dbt compile --profiles-dir ./profiles/snowflake --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":true}' |
| 1001 | + dbt compile --profiles-dir ./profiles/snowflake --vars '{"use_synthetic_data": true,"clinical_enabled":true}' |
988 | 1002 | working-directory: ci_testing |
989 | 1003 |
|
990 | 1004 | - name: Get the result |
@@ -1018,10 +1032,11 @@ jobs: |
1018 | 1032 | - name: dbt-debug |
1019 | 1033 | run: dbt debug --profiles-dir ./profiles/snowflake |
1020 | 1034 | working-directory: ci_testing |
1021 | | - #Changed to compile to save processing time |
| 1035 | + |
| 1036 | + # Changed to compile to save processing time |
1022 | 1037 | - name: dbt-compile |
1023 | 1038 | run: | |
1024 | | - dbt compile --profiles-dir ./profiles/snowflake --vars '{"input_database":"dev_ci_testing","input_schema":"input_layer","provider_attribution_enabled":true}' |
| 1039 | + dbt compile --profiles-dir ./profiles/snowflake --vars '{"use_synthetic_data": true,"provider_attribution_enabled":true}' |
1025 | 1040 | working-directory: ci_testing |
1026 | 1041 |
|
1027 | 1042 | - name: Get the result |
|
0 commit comments