Skip to content

Commit

Permalink
feat: make model chnages and temporarily remove dashboard models
Browse files Browse the repository at this point in the history
  • Loading branch information
njuguna-n committed Oct 5, 2023
1 parent 2b7957b commit dbb7be1
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 248 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dbt_packages/
logs/
*/.env
*/dbt_packages/
dbt-env/*
68 changes: 0 additions & 68 deletions models/brac/impact/PNC/get_dashboard_data_pnc_impact.sql

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ WITH pnc_expected_enrollments AS (
-- Model: pncview_expected_enrollments
SELECT
*
FROM pnc_expected_enrollments;
FROM pnc_expected_enrollments
148 changes: 0 additions & 148 deletions models/brac/impact/hhvisit/get_dashboard_data_hh_impact.sql

This file was deleted.

9 changes: 0 additions & 9 deletions models/brac/indexes.sql

This file was deleted.

2 changes: 1 addition & 1 deletion models/brac/useviews/useview_assessment_follow_up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}}

SELECT
{{ dbt_utils.surrogate_key(['form_source_id', 'reported', 'uuid']) }} AS useview_assessment_follow_up_source_date_uuid,
{{ dbt_utils.generate_surrogate_key(['form_source_id', 'reported', 'uuid']) }} AS useview_assessment_follow_up_source_date_uuid,
*
FROM(

Expand Down
21 changes: 0 additions & 21 deletions models/user_tables/chws.sql

This file was deleted.

0 comments on commit dbb7be1

Please sign in to comment.