diff --git a/airbyte-integrations/connectors/destination-s3-glue/metadata.yaml b/airbyte-integrations/connectors/destination-s3-glue/metadata.yaml index 8b1e1543fd33..a6c729cf768b 100644 --- a/airbyte-integrations/connectors/destination-s3-glue/metadata.yaml +++ b/airbyte-integrations/connectors/destination-s3-glue/metadata.yaml @@ -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 @@ -14,19 +28,7 @@ data: oss: enabled: true releaseStage: alpha - documentationUrl: https://docs.airbyte.com/integrations/destinations/s3-glue - 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" + tags: + - language:java +metadataSpecVersion: '1.0' diff --git a/docs/integrations/destinations/s3-glue.md b/docs/integrations/destinations/s3-glue.md index 4a8b6de508b3..f9de14a672b3 100644 --- a/docs/integrations/destinations/s3-glue.md +++ b/docs/integrations/destinations/s3-glue.md @@ -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 | [*PR_NUMBER_PLACEHOLDER*](https://github.com/airbytehq/airbyte/pull/*PR_NUMBER_PLACEHOLDER*) | 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 | @@ -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 | - \ No newline at end of file +