update ci/cd

This commit is contained in:
Ari Brown 2024-01-25 14:43:11 -05:00
parent 14504accc7
commit 622d104bcb
2 changed files with 3 additions and 2 deletions

View file

@ -104,7 +104,8 @@ class Query(Execute):
def query(self):
self.out = os.path.join(self.redshift.output,
str(random.random()))
str(random.random()),
'')
#query = f"unload ({repr(self.sql)}) to {repr(self.out)} " + \
# f"iam_role default " + \
# f"format as {self.DATA_STYLE} " + \