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-s3-glue: Use airbyte/java-connector-base:1.0.0 #49900

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
30 changes: 16 additions & 14 deletions airbyte-integrations/connectors/destination-s3-glue/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
data:
ab_internal:
ql: 100
sl: 100
connectorBuildOptions:
baseImage: docker.io/airbyte/java-connector-base:1.0.0@sha256:be86e5684e1e6d9280512d3d8071b47153698fe08ad990949c8eeff02803201a
connectorSubtype: file
connectorTestSuitesOptions:
- suite: integrationTests
testSecrets:
- fileName: config.json
name: SECRET_DESTINATION-S3-GLUE__CREDS
secretStore:
alias: airbyte-connector-testing-secret-store
type: GSM
connectorType: destination
definitionId: 471e5cab-8ed1-49f3-ba11-79c687784737
dockerImageTag: 0.1.10
dockerImageTag: 0.1.11
dockerRepository: airbyte/destination-s3-glue
documentationUrl: https://docs.airbyte.com/integrations/destinations/s3-glue
githubIssueLabel: destination-s3-glue
icon: s3-glue.svg
license: MIT
Expand All @@ -14,19 +28,7 @@ data:
oss:
enabled: true
releaseStage: alpha
documentationUrl: https://docs.airbyte.com/integrations/destinations/s3-glue
supportLevel: community
tags:
- language:java
ab_internal:
sl: 100
ql: 100
supportLevel: community
connectorTestSuitesOptions:
- suite: integrationTests
testSecrets:
- name: SECRET_DESTINATION-S3-GLUE__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/s3-glue.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ the output filename will have an extra extension (GZIP: `.jsonl.gz`).

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :-------------------------------------------------------------------------------------- |
| 0.1.11 | 2024-12-18 | [49900](https://github.com/airbytehq/airbyte/pull/49900) | Use a base image: airbyte/java-connector-base:1.0.0 |
| 0.1.10 | 2024-10-29 | [#48820](https://github.com/airbytehq/airbyte/pull/48820) | revert back to CDK 0.2.0 |
| 0.1.9 | 2024-10-28 | [#47201](https://github.com/airbytehq/airbyte/pull/47201) | build against latest CDK |
| 0.1.8 | 2024-01-03 | [#33924](https://github.com/airbytehq/airbyte/pull/33924) | Add new ap-southeast-3 AWS region |
Expand All @@ -318,4 +319,4 @@ the output filename will have an extra extension (GZIP: `.jsonl.gz`).
| 0.1.1 | 2022-12-13 | [19907](https://github.com/airbytehq/airbyte/pull/19907) | Fix parsing empty object in schema |
| 0.1.0 | 2022-11-17 | [18695](https://github.com/airbytehq/airbyte/pull/18695) | Initial Commit |

</details>
</details>
Loading