From 4d65efe311ddc05df913a545b8be11b1b2fa7301 Mon Sep 17 00:00:00 2001 From: Augustin Date: Wed, 18 Dec 2024 15:47:03 +0100 Subject: [PATCH 1/2] base-image-migration --- .../destination-s3-glue/metadata.yaml | 34 ++++++++++--------- docs/integrations/destinations/s3-glue.md | 3 +- 2 files changed, 20 insertions(+), 17 deletions(-) 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..b1b753397175 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 | [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 | @@ -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 + From bb77ee7d1480150d6acd09e0eb5d4a3532e7027a Mon Sep 17 00:00:00 2001 From: Octavia Squidington III Date: Wed, 18 Dec 2024 15:03:31 +0000 Subject: [PATCH 2/2] chore: auto-fix lint and format issues --- .../destination-s3-glue/metadata.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/airbyte-integrations/connectors/destination-s3-glue/metadata.yaml b/airbyte-integrations/connectors/destination-s3-glue/metadata.yaml index a6c729cf768b..5906541346e9 100644 --- a/airbyte-integrations/connectors/destination-s3-glue/metadata.yaml +++ b/airbyte-integrations/connectors/destination-s3-glue/metadata.yaml @@ -6,13 +6,13 @@ data: 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 + - 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.11 @@ -30,5 +30,5 @@ data: releaseStage: alpha supportLevel: community tags: - - language:java -metadataSpecVersion: '1.0' + - language:java +metadataSpecVersion: "1.0"