Closed
Description
Environment
- Airbyte version: 0.35.58-alpha
- OS Version / Instance: AWS EC2 / Amazon Linux
- Deployment: Docker
- Destination Connector and version: DynamoDB
- Severity: High / Critical
- Step where error happened: Deploy
Current Behavior
Saving a new connection fails with the message:
The connection tests failed.
Verification error(s) occurred for CHECK. Errors: [$.dynamodb_table_name_prefix: is missing but it is required, $.dynamodb_table_name: is not defined in the schema and the schema does not allow additional properties]
It appears the field dynamodb_table_name was renamed dynamodb_table_name_prefix in the connector and the UI was not updated to accommodate this change. This makes this connector unussable.
Expected Behavior
The configuration should pass verification and saved.
Steps to Reproduce
- Spin up new instance of Airbyte
- Configure Source Connection
- Attempt to configure Destination Connection of DynamoDB
Are you willing to submit a PR?
If a commenter can point me in the right place, this should actually be a relatively easy fix.