This commit is contained in:
Steve Nyemba 2021-04-04 11:46:36 -05:00
parent 88d602de1c
commit 0a346d7abc
1 changed files with 1 additions and 1 deletions

View File

@ -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)