-
Notifications
You must be signed in to change notification settings - Fork 118
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
added in redshift adapters #1178
Conversation
output = nil | ||
} | ||
|
||
var logenabled bool |
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.
can you change the naming convention to match the rest of the codebase (logEnabled)
if err != nil { | ||
return nil, err | ||
} | ||
apinodes = append(apinodes, output.ReservedNodes...) |
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.
same here with the naming
@simar7 please also review and merge if you feel it looks good |
looks like some tests are failing, should be easy to fix. |
e223755
to
0e73458
Compare
No description provided.