You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: