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 合并指标
 (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)

贡献者指南