...
This commit is contained in:
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…
Reference in New Issue