From 622d104bcb8a031713a9d7cd8b15075285ee0cdc Mon Sep 17 00:00:00 2001 From: Ari Brown Date: Thu, 25 Jan 2024 14:43:11 -0500 Subject: [PATCH] update ci/cd --- .gitlab-ci.yml | 2 +- minerva/redshift.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84d8a87..1daeeb0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,4 +8,4 @@ run: - poetry config http-basic.gitlab gitlab-ci-token "$CI_JOB_TOKEN" - poetry publish --repository gitlab tags: - - autoscale + - dind diff --git a/minerva/redshift.py b/minerva/redshift.py index fd96839..e5219f6 100644 --- a/minerva/redshift.py +++ b/minerva/redshift.py @@ -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} " + \