The error message you're encountering, "Error reading CDC annotations: mapping field does not exist [Analytics]", typically indicates that there is a mismatch or issue with the field mapping specified in the `@Analytics.dataExtraction.delta.changeDataCapture.mapping` annotations relative to the fields defined in your view.
### Common Issues to Check
1. **Field Names**: Ensure that the fields specified in the `tableElement` parameters of the


