scrapinghub/arche

Make 0 items outcome more visible

Aberta

#12 aberto em 3 de jan. de 2019

 (0 comentário) (0 reação) (0 responsável)Python (17 forks)auto 404
Type: Featuregood first issue

Métricas do repositório

Stars
 (47 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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)

Guia do colaborador