1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Files
airbyte/docs/connector-development/tutorials
Luke Hsiao 84ab12f93d Docs: Update building-a-python-destination.md (#19516)
If a user used `append_dedupe`, they get the error:

```
{
  "type": "LOG",
  "log": {
    "level": "FATAL",
    "message": "1 validation error for ConnectorSpecification\nsupported_destination_sync_modes -> 2\n  value is not a valid enumeration member; permitted: 'append', 'overwrite', 'append_dedup' (type=type_error.enum; enum_values=[<DestinationSyncMode.append: 'append'>, <DestinationSyncMode.overwrite: 'overwrite'>, <DestinationSyncMode.append_dedup: 'append_dedup'>])..."
  }
}
```
2022-11-29 17:42:36 -03:00
..