forked from bellwether/minerva
update ci/cd
This commit is contained in:
parent
14504accc7
commit
622d104bcb
2 changed files with 3 additions and 2 deletions
|
|
@ -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} " + \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue