Adding Redshift <-> MySql support
@jetroni While resolving a merge conflict the other PR got closed, here is the new and improved one!
Could you please review the new tests for Redshift?
No worries. Tests are looking good now. Another small change I need you to do is inside the cli module there is a file named drivers.yaml, I need you to add the Redshift download link for the jar file. After this we will enable the tests (ci/cd) and go on from there.
I went ahead and made the unit tests as discussed. I used a Postgres image since there's no official Redshift image available, but it should still cover what we need.
Let me know if there's anything that needs tweaking