This error indicates a version mismatch between the manifest version of your low-code connector and the installed airbyte-cdk package version. The manifest version (5.6.0) is higher than the CDK version (1.8.0) installed in your environment, which can lead to compatibility issues. To resolve this, you have a few options: 1. Update the airbyte-cdk package: Try updating the airbyte-cdk to a newer version that matches or exceeds the manifest version. Based on the [changelog](
https://docs.airbyte.com/integrations/sources/low-code#changelog), version 5.6.0 of the CDK was released on 2024-09-17. 2. Adjust the manifest version: If updating the CDK is not possible, you might need to adjust the manifest version in your connector configuration to match the installed CDK version. 3. Check for Airbyte updates: This issue could also be related to an outdated Airbyte installation. Ensure you're running the latest version of Airbyte, as newer versions typically include updated CDK versions. It's worth noting that there have been similar issues reported in the past. For instance, in [this GitHub issue](
https://github.com/airbytehq/airbyte/issues/45398), users encountered version mismatch problems with the source-declarative-manifest. If the problem persists after trying these solutions, you might want to reach out to the Airbyte community or support channels for further assistance, as there could be underlying issues with the specific versions you're working with.