This message was deleted.
# ask-ai
s
This message was deleted.
k
The error message you're seeing is related to the replication method configuration in Airbyte. It seems like there's a conflict or misconfiguration in the replication method settings. The error message
$.replication_method: should be valid to one and only one of schema, but more than one are valid
indicates that the replication method should match exactly one schema, but it is currently matching more than one. This could be due to incorrect settings in the configuration. The error message
$.replication_method: string found, object expected
suggests that a string value is provided where an object is expected. This could be due to a mismatch between the expected and provided data types in the configuration. To resolve this issue, you should review your replication method settings and ensure they are correctly configured. The replication method can be either "Standard" or "Logical Replication (CDC)", and each has its own specific configuration requirements. If you continue to encounter issues, you can reach out to the Airbyte community on [Slack](https://slack.airbyte.com/) for further assistance. Please note that the information provided is based on the knowledge sources provided and may not cover all possible causes of the error. Knowledge Source: [Forum Post: MySQL Source Issue](https://discuss.airbyte.io/t/3612)