Skip to content

Commit

Permalink
add a doc with reports/insights
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriusan committed Nov 22, 2023
1 parent 8d53256 commit 97c1331
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hawk/docs/insight_reports.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Extract items where piece count could not be determined
```sql
select *
from ebay_hawk_dev_db.merchandise_db.ebay_highlight eh
inner join merchandise_db.ebay_finding ef
on ef.id = eh.ebay_finding_id
where ef.number_of_pieces is NULL
```

0 comments on commit 97c1331

Please sign in to comment.