Skip to content
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

Implement normalization for the MySql destination. #3429

Closed
davinchia opened this issue May 16, 2021 · 3 comments · Fixed by #4163 or #4651
Closed

Implement normalization for the MySql destination. #3429

davinchia opened this issue May 16, 2021 · 3 comments · Fixed by #4163 or #4651

Comments

@davinchia
Copy link
Contributor

davinchia commented May 16, 2021

Tell us about the problem you're trying to solve

MySql currently does not support normalization. It should support it.

┆Issue is synchronized with this Asana task by Unito

@davinchia davinchia added type/enhancement New feature or request area/connectors Connector related issues labels May 16, 2021
@sherifnada sherifnada changed the title Implement normalisation for the MySql destination. Implement normalization for the MySql destination. Jun 2, 2021
@sherifnada sherifnada added this to the Core - 2021-06-09 milestone Jun 2, 2021
@ChristopheDuong
Copy link
Contributor

ChristopheDuong commented Jun 4, 2021

Quick checklist for implementing this:
(since this is the first time doing this, we don't have a proper doc to describe all steps yet... so this might not cover all steps, just from the top of my head)

@trev142
Copy link

trev142 commented Jul 9, 2021

Really appreciate the work on this one guys - been hanging out for it for ages!! Thank you so much!
I've just updated to 0.27.1-alpha but I can't see the normalization option on my connection with a MySQL destination.
My MySQL destination is on version 0.1.6 and my MySQL server is 8.0.23.
Is there a trick that I'm missing??
image

@ChristopheDuong
Copy link
Contributor

I've just updated to 0.27.1-alpha but I can't see the normalization option on my connection with a MySQL destination.
My MySQL destination is on version 0.1.6 and my MySQL server is 8.0.23.
Is there a trick that I'm missing??

Yes, that trick is this PR that we need to finalize! sorry about that
#4651

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment