From 0a346d7abc72434f57c477d4a2816d67bb388f03 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Sun, 4 Apr 2021 11:46:36 -0500 Subject: [PATCH] ... --- pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.py b/pipeline.py index 87d2af6..ece3030 100644 --- a/pipeline.py +++ b/pipeline.py @@ -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)