https://linen.dev logo
v

Vijay

10/28/2021, 3:13 PM
Hi All, is there a specific reason why dedup is not supported in MySQL? Any technical limitation?
u

user

10/28/2021, 3:18 PM
the docs seems to indicate that it is supported: https://docs.airbyte.io/integrations/destinations/mysql#features and we have integration tests running on normalization that are setup with dedup sync modes
u

user

10/28/2021, 3:56 PM
Copy code
"supportsDBT": true,
"supported_destination_sync_modes": ["overwrite", "append"],
"connectionSpecification": {
  "$schema": "<http://json-schema.org/draft-07/schema#>",
  "title": "MySQL Destination Spec",
u

user

10/28/2021, 3:56 PM
Hi Chris, this is from code..
u

user

10/29/2021, 2:12 PM
You are right, can you open a github issue to track this please? (you could even submit a PR to change that enum and include that sync mode in the spec.json too!) Thanks for reporting it!
u

user

11/01/2021, 2:59 PM
Sorry missed this message! Thanks for confirmation. I will file a but and a PR.
u

user

11/01/2021, 2:59 PM
I can't add or run tests though, is that OK?
u

user

11/01/2021, 5:21 PM
It s fine we ll do it
3 Views