-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Warehouse acceptance tests for catalog, hive #173
Conversation
Go test coverage: 33.4% for commit 0e7569e
|
c6b879a
to
15e4993
Compare
d91d495
to
b670f8c
Compare
I think I've addressed all comments @vcsomor and @gregito , thanks for the review! There is one thing I want to make sure about, the Aws Profile (or other aws cred variable) will be needed for the DW acceptance runs, to deploy the roles and policies, is there any change that I should add for this? Like support secret access keys? |
I don't know if I got this right. We can add further possibilities once they are required. |
@vcsomor this is a question because the acc test is run by a jenkins job, and that most probably already has a couple of options to handle the secrets. Technically my question is what kind of secrets are required or provided by the jenkins infra. |
Cover the dw environment, db catalog and hive vw creations and deletions as part of acceptance testing.
Use the default role to create an environment and DW cluster. The AWS policy is queried via CLI.
Cover the dw environment, db catalog and hive virtual warehouse creations and deletions as part of acceptance testing.