Skip to content

Commit 9ad3bc6

Browse files
committed
start a test
1 parent 9ff2905 commit 9ad3bc6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{{
2+
config(
3+
tags = ['de_check', 'minor', 'major'],
4+
meta = {
5+
'description': '''
6+
This test checks for any invalid lot geometries
7+
''',
8+
'next_steps': 'Contact DE and GIS to investigate'
9+
}
10+
)
11+
}}
12+
13+
WITH export_pluto AS (
14+
SELECT *
15+
FROM {{ source('build_sources', 'export_pluto') }}
16+
)
17+
18+
SELECT *
19+
FROM export_pluto
20+
WHERE zonedist NOT IN (SELECT zonedist FROM far_lookup)

0 commit comments

Comments
 (0)