Steve L. Nyemba 4 years ago
parent 88d602de1c
commit 0a346d7abc

@ -251,7 +251,7 @@ class Components :
if args['data'].shape[0] > 0 and args['data'].shape[1] > 0 :
candidates = (data.maker.generate(**args))
else:
candidate = [df]
candidates = [df]
if 'sql.BQWriter' in ostore['type'] :
#table = ".".join([ostore['['dataset'],args['context']])
# writer = factory.instance(**ostore)

Loading…
Cancel
Save