scrapinghub/arche

Make 0 items outcome more visible

オープン

#12 opened on 2019/01/03

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (17 件のフォーク)auto 404
Type: Featuregood first issue

Repository metrics

Stars
 (47 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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)

コントリビューターガイド