-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* python 310 * more official * 310 in ci * pytest * pytest Co-authored-by: ahsiungsg <[email protected]>
- Loading branch information
1 parent
3e9baeb
commit 2f2b06b
Showing
9 changed files
with
60 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
AWS_ACCESS_KEY_ID | ||
AWS_SECRET_ACCESS_KEY | ||
DRUZHBA_CONFIG_DIR | ||
S3_BUCKET | ||
S3_PREFIX | ||
REDSHIFT_URL | ||
REDSHIFT_HOST | ||
REDSHIFT_PORT | ||
REDSHIFT_DATABASE | ||
REDSHIFT_USER | ||
REDSHIFT_PASSWORD | ||
REDSHIFT_CERT_PATH | ||
REDSHIFT_IAM_COPY_ROLE | ||
AWS_ACCESS_KEY_ID= | ||
AWS_SECRET_ACCESS_KEY= | ||
AWS_SESSION_TOKEN= | ||
DRUZHBA_CONFIG_DIR= | ||
S3_BUCKET= | ||
S3_PREFIX= | ||
LOGLEVEL= | ||
REDSHIFT_URL= | ||
REDSHIFT_HOST= | ||
REDSHIFT_PORT= | ||
REDSHIFT_DATABASE= | ||
REDSHIFT_USER= | ||
REDSHIFT_PASSWORD= | ||
REDSHIFT_IAM_COPY_ROLE= | ||
REDSHIFT_CERT_PATH= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
export AWS_ACCESS_KEY_ID= | ||
export AWS_SECRET_ACCESS_KEY= | ||
export DRUZHBA_CONFIG_DIR=test/integration/config | ||
export S3_BUCKET=test-bucket | ||
export S3_PREFIX=pipeline | ||
export LOGLEVEL=INFO | ||
export REDSHIFT_URL= | ||
export REDSHIFT_HOST= | ||
export REDSHIFT_PORT= | ||
export REDSHIFT_DATABASE= | ||
export REDSHIFT_USER= | ||
export REDSHIFT_PASSWORD= | ||
export REDSHIFT_IAM_COPY_ROLE= | ||
export REDSHIFT_CERT_PATH= | ||
AWS_ACCESS_KEY_ID= | ||
AWS_SECRET_ACCESS_KEY= | ||
AWS_SESSION_TOKEN= | ||
DRUZHBA_CONFIG_DIR= | ||
S3_BUCKET= | ||
S3_PREFIX= | ||
LOGLEVEL= | ||
REDSHIFT_URL= | ||
REDSHIFT_HOST= | ||
REDSHIFT_PORT= | ||
REDSHIFT_DATABASE= | ||
REDSHIFT_USER= | ||
REDSHIFT_PASSWORD= | ||
REDSHIFT_IAM_COPY_ROLE= | ||
REDSHIFT_CERT_PATH= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +0,0 @@ | ||
[nosetests] | ||
logging-level=INFO | ||
|
||
[aliases] | ||
test=nosetests --tests test/unit/ | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters