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

@ -8,4 +8,4 @@ run:
- poetry config http-basic.gitlab gitlab-ci-token "$CI_JOB_TOKEN" - poetry config http-basic.gitlab gitlab-ci-token "$CI_JOB_TOKEN"
- poetry publish --repository gitlab - poetry publish --repository gitlab
tags: tags:
- autoscale - dind

View file

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