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
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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} " + \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue