scrapinghub/arche

Make 0 items outcome more visible

Aperta

#12 aperta il 3 gen 2019

 (0 commenti) (0 reazioni) (0 assegnatari)Python (17 fork)auto 404
Type: Featuregood first issue

Metriche repository

Star
 (47 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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)

Guida contributor