Skip to content

Commit

Permalink
removed semi colons in the models
Browse files Browse the repository at this point in the history
  • Loading branch information
vishreddy01 committed Feb 14, 2024
1 parent 350d2cf commit c9c518e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pmt/dbt/pmt_dbt/snapshots/dpl/dim_authorization_status.sql
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ select * from rrs_rup_data

union ALL
select * from rrs_rp_data
;


{% endsnapshot %}
2 changes: 1 addition & 1 deletion pmt/dbt/pmt_dbt/snapshots/dpl/dim_business_area.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ with corp_data as (
--insert into pmt_dpl.dim_business_area
select *
from corp_data
;


{% endsnapshot %}
2 changes: 1 addition & 1 deletion pmt/dbt/pmt_dbt/snapshots/dpl/dim_location.sql
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ select * from rrs_rup_data

union ALL
select * from rrs_rp_data
;


{% endsnapshot %}
2 changes: 1 addition & 1 deletion pmt/dbt/pmt_dbt/snapshots/dpl/dim_ministry.sql
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ with corp_data as (
--insert into pmt_dpl.dim_ministry
select * from corp_data
where ministry_code is not null
;


{% endsnapshot %}
2 changes: 1 addition & 1 deletion pmt/dbt/pmt_dbt/snapshots/dpl/dim_permit_status.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ select * from rrs_rup_data

union ALL
select * from rrs_rp_data
;



{% endsnapshot %}
2 changes: 1 addition & 1 deletion pmt/dbt/pmt_dbt/snapshots/dpl/dim_permit_type.sql
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ select * from rrs_rup_data

union ALL
select * from rrs_rp_data
;


{% endsnapshot %}
2 changes: 1 addition & 1 deletion pmt/dbt/pmt_dbt/snapshots/dpl/dim_project.sql
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ select * from rrs_rup_data

union ALL
select * from rrs_rp_data
;


{% endsnapshot %}
2 changes: 1 addition & 1 deletion pmt/dbt/pmt_dbt/snapshots/dpl/dim_source_system.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ with corp_data as (
)
--insert into pmt_dpl.dim_source_system
select * from corp_data
;


{% endsnapshot %}
2 changes: 1 addition & 1 deletion pmt/dbt/pmt_dbt/snapshots/dpl/fact_permits.sql
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,6 @@ union ALL
select * from rrs_rup_data
union ALL
select * from rrs_rp_data
;


{% endsnapshot %}

0 comments on commit c9c518e

Please sign in to comment.