Skip to content

Commit

Permalink
Wrong column name in previous tweet; should be city = 'St. Thomas', n…
Browse files Browse the repository at this point in the history
…ot municipality = 'St. Thomas'
  • Loading branch information
sacundim committed Sep 2, 2024
1 parent 40d734b commit 9f485ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion athena-dbt/models/covid19datos_v2/staging/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ models:
tests:
- not_null:
where: >
municipality != 'St. Thomas'
city != 'St. Thomas'
- relationships:
to: ref('covid19datos_v2_casos_region_names')
field: region
Expand Down

0 comments on commit 9f485ef

Please sign in to comment.