Skip to content
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: Use airbyte/java-connector-base:1.0.0 #49912

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 17 additions & 15 deletions airbyte-integrations/connectors/destination-dynamodb/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
data:
ab_internal:
ql: 200
sl: 100
connectorBuildOptions:
baseImage: docker.io/airbyte/java-connector-base:1.0.0@sha256:be86e5684e1e6d9280512d3d8071b47153698fe08ad990949c8eeff02803201a
connectorSubtype: database
connectorTestSuitesOptions:
- suite: unitTests
- suite: integrationTests
testSecrets:
- fileName: config.json
name: SECRET_DESTINATION-DYNAMODB__CREDS
secretStore:
alias: airbyte-connector-testing-secret-store
type: GSM
connectorType: destination
definitionId: 8ccd8909-4e99-4141-b48d-4984b70b2d89
dockerImageTag: 0.1.8
dockerImageTag: 0.1.9
dockerRepository: airbyte/destination-dynamodb
documentationUrl: https://docs.airbyte.com/integrations/destinations/dynamodb
githubIssueLabel: destination-dynamodb
icon: dynamodb.svg
license: MIT
Expand All @@ -14,20 +29,7 @@ data:
oss:
enabled: true
releaseStage: alpha
documentationUrl: https://docs.airbyte.com/integrations/destinations/dynamodb
supportLevel: community
tags:
- language:java
ab_internal:
sl: 100
ql: 200
supportLevel: community
connectorTestSuitesOptions:
- suite: unitTests
- suite: integrationTests
testSecrets:
- name: SECRET_DESTINATION-DYNAMODB__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
metadataSpecVersion: "1.0"
3 changes: 2 additions & 1 deletion docs/integrations/destinations/dynamodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ provision more capacity units in the DynamoDB console when there are performance

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :--------------------------------------------------------- | :---------------------------------------------------------- |
| 0.1.9 | 2024-12-18 | [49912](https://github.com/airbytehq/airbyte/pull/49912) | Use a base image: airbyte/java-connector-base:1.0.0 |
| 0.1.8 | 2024-01-03 | [#33924](https://github.com/airbytehq/airbyte/pull/33924) | Add new ap-southeast-3 AWS region |
| 0.1.7 | 2022-11-03 | [\#18672](https://github.com/airbytehq/airbyte/pull/18672) | Added strict-encrypt cloud runner |
| 0.1.6 | 2022-11-01 | [\#18672](https://github.com/airbytehq/airbyte/pull/18672) | Enforce to use ssl connection |
Expand All @@ -89,4 +90,4 @@ provision more capacity units in the DynamoDB console when there are performance
| 0.1.1 | 2022-12-05 | [\#9314](https://github.com/airbytehq/airbyte/pull/9314) | Rename dynamo_db_table_name to dynamo_db_table_name_prefix. |
| 0.1.0 | 2021-08-20 | [\#5561](https://github.com/airbytehq/airbyte/pull/5561) | Initial release. |

</details>
</details>
Loading