-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dev-migration-DBT-Platform #2134
Conversation
4d1684a
to
89ecd51
Compare
89ecd51
to
40851f3
Compare
40851f3
to
89ecd51
Compare
bf2b406
to
8d95070
Compare
9fff461
to
6806cf6
Compare
6806cf6
to
8ff07ec
Compare
242a780
to
549d4f0
Compare
Testing on Dev2 and this looks good |
1 similar comment
Testing on Dev2 and this looks good |
b232b40
to
8993bd4
Compare
Would it be an idea to deploy this somewhere so we can see it's backwards compatible okay? |
I did test these branches on dev2 all was ok, probably need to retest with most recent changes. |
b28f302
to
c602bd8
Compare
AWS_ACCESS_KEY_ID = env.str("AWS_ACCESS_KEY_ID", None) | ||
AWS_SECRET_ACCESS_KEY = env.str("AWS_SECRET_ACCESS_KEY", None) | ||
AWS_REGION = env.str("AWS_REGION", "eu-west-2") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason this needs to change because of DBT Platform?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for aws creds in aws as it will auto use whatever roll it has for ecs
This causes an error on CodePipeline "Initiated Worker with invalid NODE_OPTIONS env variable: --use-openssl-ca is not allowed in NODE_OPTIONS"
a383815
to
d16eb24
Compare
No description provided.