-
-
Notifications
You must be signed in to change notification settings - Fork 788
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
[AWS] fix: raw sql query not being mapped properly on RDS (#578) #1071
Conversation
@boian-ivanov could you please sign all commits? So far changes looks good for me, but I need @dankochetov eyes for this one as well |
@AndriiSherman Unfortunately I’m out of the country at the moment and without a laptop to rebase and sign the current commits. If everything’s alright would that be fine to be sorted as is? 🤔 |
This PR fixes the issue for raw sql queries via the
aws-data-api
client to not be properly mapped to the correct column names. (#578)Test cases have been added, but the typing is still a bit off. As of now this is at least a good enough fix for us as we can cast the proper types, but at least the format is kept as expected.