-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎉 Destination DynamoDB: rename dynamodb_table_name
to dynamodb_table_name_prefix
#9314
Conversation
4469712
to
d37ea4a
Compare
/test connector=connectors/destination-dynamodb
|
@misteryeo / @sherifnada do you mind taking a look as I modified the specs for this connector. |
airbyte-integrations/connectors/destination-dynamodb/src/main/resources/spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/destination-dynamodb/src/main/resources/spec.json
Outdated
Show resolved
Hide resolved
…resources/spec.json Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
…resources/spec.json Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
/test connector=connectors/destination-dynamodb
|
/publish connector=connectors/destination-dynamodb
|
…com/airbytehq/airbyte into augustin/dynamodb-table-name-prefix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @alafanechere
What
In DynamoDB connector spec, the field
dynamodb_table_name
is in fact used as a prefix to name the output table.This is misleading for connector users as mentioned on Slack.
How
Rename
dynamodb_table_name
todynamodb_table_name_prefix
and related code occurrences.Recommended reading order
airbyte-integrations/connectors/destination-dynamodb/src/main/resources/spec.json
*.java
🚨 User Impact 🚨
None
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described here