Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wileymc committed Nov 2, 2023
1 parent 88987fd commit a37dd3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boulder_updated_filings.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
,email,official_website_url,city,home_state,Office,first_name,last_name
id,email,official_website_url,city,home_state,office,first_name,last_name
0,[email protected],www.tweedlie4bouldermayor.com,Boulder,CO,Mayor,Aaron,Brockett
1,[email protected],regenboulder.org,Boulder,CO,City Council,Aaron,Neyer
2,[email protected],https://www.bobyatesboulder.com,Boulder,CO,Mayor,Robert,Yates
Expand Down
1 change: 0 additions & 1 deletion models/staging/stg_co_boulder_city_offices.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ SELECT DISTINCT ON (office_slug)
office_title AS title,
seat,
district,
school_district,
political_scope AS political_scope,
election_scope AS election_scope,
district_type AS district_type,
Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_mn_sos_local_races.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ SELECT DISTINCT ON (office_id)
num_elect::integer,
slugify(concat(office_title_raw_no_choice, ' ', '2023')) AS slug
FROM
{{ ref('mn_sos_local_filings') }};
{{ ref('mn_sos_local_filings') }}

0 comments on commit a37dd3b

Please sign in to comment.