Hi All, is there a specific reason why dedup is no...
# contributing-to-airbyte
v
Hi All, is there a specific reason why dedup is not supported in MySQL? Any technical limitation?
u
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
Copy code
"supportsDBT": true,
"supported_destination_sync_modes": ["overwrite", "append"],
"connectionSpecification": {
  "$schema": "<http://json-schema.org/draft-07/schema#>",
  "title": "MySQL Destination Spec",
u
Hi Chris, this is from code..
u
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
Sorry missed this message! Thanks for confirmation. I will file a but and a PR.
u
I can't add or run tests though, is that OK?
u
It s fine we ll do it