Skip to content

Commit 9be589c

Browse files
committed
Add new cell ids count check
1 parent 09ee773 commit 9be589c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
SELECT
2+
count(*)
3+
FROM {{ extract_table }} LEFT OUTER JOIN infrastructure.cells
4+
USING (id)
5+
WHERE version ISNULL

0 commit comments

Comments
 (0)