From 521ef8e1138ede9231e2cc2536bc85da586c729e Mon Sep 17 00:00:00 2001 From: Augustin Date: Thu, 6 Jun 2024 11:35:49 +0200 Subject: [PATCH 1/3] [autopull] Upgrade base image to v1.2.2 --- airbyte-integrations/connectors/source-copper/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-copper/metadata.yaml b/airbyte-integrations/connectors/source-copper/metadata.yaml index 9d2138d296e1..748ac2b1a23c 100644 --- a/airbyte-integrations/connectors/source-copper/metadata.yaml +++ b/airbyte-integrations/connectors/source-copper/metadata.yaml @@ -3,7 +3,7 @@ data: hosts: - https://api.copper.com/ connectorBuildOptions: - baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9 + baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0 connectorSubtype: api connectorType: source definitionId: 44f3002f-2df9-4f6d-b21c-02cd3b47d0dc From df37db09b878229f184b685856cafe760d41b321 Mon Sep 17 00:00:00 2001 From: Augustin Date: Thu, 6 Jun 2024 11:37:57 +0200 Subject: [PATCH 2/3] [autopull] Upgrade base image to v1.2.2 --- .../connectors/source-copper/metadata.yaml | 2 +- .../connectors/source-copper/pyproject.toml | 2 +- docs/integrations/sources/copper.md | 13 +++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/airbyte-integrations/connectors/source-copper/metadata.yaml b/airbyte-integrations/connectors/source-copper/metadata.yaml index 748ac2b1a23c..fd24e3bbd3cc 100644 --- a/airbyte-integrations/connectors/source-copper/metadata.yaml +++ b/airbyte-integrations/connectors/source-copper/metadata.yaml @@ -7,7 +7,7 @@ data: connectorSubtype: api connectorType: source definitionId: 44f3002f-2df9-4f6d-b21c-02cd3b47d0dc - dockerImageTag: 0.3.5 + dockerImageTag: 0.3.6 dockerRepository: airbyte/source-copper documentationUrl: https://docs.airbyte.com/integrations/sources/copper githubIssueLabel: source-copper diff --git a/airbyte-integrations/connectors/source-copper/pyproject.toml b/airbyte-integrations/connectors/source-copper/pyproject.toml index f228f3058a99..126db6559a06 100644 --- a/airbyte-integrations/connectors/source-copper/pyproject.toml +++ b/airbyte-integrations/connectors/source-copper/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "0.3.5" +version = "0.3.6" name = "source-copper" description = "Source implementation for Copper." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/copper.md b/docs/integrations/sources/copper.md index f8465c5c3619..c48672d8a13c 100644 --- a/docs/integrations/sources/copper.md +++ b/docs/integrations/sources/copper.md @@ -44,13 +44,14 @@ The Copper source connector supports the following [sync modes](https://docs.air | Version | Date | Pull Request | Subject | | :------ | :--------- | :-------------------------------------------------------- | :------------------------------------------------------------------------------ | -| 0.3.5 | 2024-05-17 | [38214](https://github.com/airbytehq/airbyte/pull/38214) | Make connector compatable with builder | -| 0.3.4 | 2024-04-19 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | Updating to 0.80.0 CDK | -| 0.3.3 | 2024-04-18 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | Manage dependencies with Poetry. | -| 0.3.2 | 2024-04-15 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | Base image migration: remove Dockerfile and use the python-connector-base image | -| 0.3.1 | 2024-04-12 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | schema descriptions | +| 0.3.6 | 2024-06-06 | [39234](https://github.com/airbytehq/airbyte/pull/39234) | [autopull] Upgrade base image to v1.2.2 | +| 0.3.5 | 2024-05-17 | [38214](https://github.com/airbytehq/airbyte/pull/38214) | Make connector compatable with builder | +| 0.3.4 | 2024-04-19 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | Updating to 0.80.0 CDK | +| 0.3.3 | 2024-04-18 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | Manage dependencies with Poetry. | +| 0.3.2 | 2024-04-15 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | Base image migration: remove Dockerfile and use the python-connector-base image | +| 0.3.1 | 2024-04-12 | [37145](https://github.com/airbytehq/airbyte/pull/37145) | schema descriptions | | 0.3.0 | 2023-08-10 | [**\***](https://github.com/airbytehq/airbyte/pull/*****) | Migrate to low code | | 0.2.0 | 2023-04-17 | [24824](https://github.com/airbytehq/airbyte/pull/24824) | Add `opportunities` stream | | 0.1.0 | 2022-11-17 | [18848](https://github.com/airbytehq/airbyte/pull/18848) | 🎉 New Source: Copper [python cdk] | - \ No newline at end of file + From cc367dc2e0c6b099cf083cbab325eaea9752c8c1 Mon Sep 17 00:00:00 2001 From: alafanechere Date: Thu, 6 Jun 2024 16:33:17 +0200 Subject: [PATCH 3/3] disable acceptance tests --- .../connectors/source-copper/metadata.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/airbyte-integrations/connectors/source-copper/metadata.yaml b/airbyte-integrations/connectors/source-copper/metadata.yaml index fd24e3bbd3cc..e3afa1139ef6 100644 --- a/airbyte-integrations/connectors/source-copper/metadata.yaml +++ b/airbyte-integrations/connectors/source-copper/metadata.yaml @@ -28,12 +28,14 @@ data: tags: - language:python - cdk:low-code - connectorTestSuitesOptions: - - suite: acceptanceTests - testSecrets: - - name: SECRET_SOURCE-COPPER__CREDS - fileName: config.json - secretStore: - type: GSM - alias: airbyte-connector-testing-secret-store + # Disable acceptance tests for now + # No/Low airbyte cloud usage + # connectorTestSuitesOptions: + # - suite: acceptanceTests + # testSecrets: + # - name: SECRET_SOURCE-COPPER__CREDS + # fileName: config.json + # secretStore: + # type: GSM + # alias: airbyte-connector-testing-secret-store metadataSpecVersion: "1.0"