Skip to content

Commit

Permalink
base-image-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Dec 18, 2024
1 parent 4be7f1a commit df09f63
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
36 changes: 19 additions & 17 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
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"
tags:
- language:java
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>

0 comments on commit df09f63

Please sign in to comment.