scrapinghub/arche

Make 0 items outcome more visible

開放

#12 建立於 2019年1月3日

 (0 則留言) (0 個反應) (0 位負責人)Python (17 個分叉)auto 404
Type: Featuregood first issue

倉庫指標

星標
 (47 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Currently if a filtered job returns 0 items, the first test simply fails. While there're some hints which point on the number of returned errors - 0it, it's not visible enough.

g = Gatf(source='2235/1276/18', 
         schema='schemas/Netflix-FTE/netflix-show.json',
         target='2235/1276/18',
         filters=[("META_TEMPLATE_NAME", "=", ["Title"])],
         expand=False)

貢獻者指南