Yeah, that's a Target API error. Set `expected_num...
# development
h
Yeah, that's a Target API error. Set
expected_num_files = 0
. It's happening because
SingleSourceField
sets it to 1 as a "reasonable default" You can use
range(0, 2)
if 0-1 is allowed