Skip to content

Commit

Permalink
Test adding/modifying dbt models to see if CI catches the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancochrane committed Aug 14, 2023
1 parent c1d7d20 commit 402d400
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aws-athena/views/default-vw_pin_universe.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SELECT
SUBSTR(par.parid, 1, 10) AS pin10,
par.taxyr AS year,
REGEXP_REPLACE(par.class, '([^0-9EXR])', '') AS class,
twn.triad_name,
-- twn.triad_name,
twn.triad_code,
twn.township_name,
leg.user1 AS township_code,
Expand Down
1 change: 1 addition & 0 deletions dbt/models/default/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,4 @@ models:
# TODO: Data completeness correlates with availability of spatial data
# by year
- name: vw_pin_exempt
- name: vw_test
1 change: 1 addition & 0 deletions dbt/models/default/vw_test.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
select 1

0 comments on commit 402d400

Please sign in to comment.