Join Slack
Powered by
Yeah, that's a Target API error. Set `expected_num...
# development
h
hundreds-father-404
10/28/2021, 12:54 AM
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
Open in Slack
Previous
Next