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} " + \