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