From b374f180cad940f6633f9e539879ce5a7bc9d5a8 Mon Sep 17 00:00:00 2001 From: Arsen Losenko Date: Wed, 15 Feb 2023 17:35:16 +0200 Subject: [PATCH 1/3] Source Close.com: Mark datefields in spec as dates --- airbyte-integrations/connectors/source-close-com/Dockerfile | 2 +- .../connectors/source-close-com/source_close_com/spec.json | 3 ++- docs/integrations/sources/close-com.md | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/airbyte-integrations/connectors/source-close-com/Dockerfile b/airbyte-integrations/connectors/source-close-com/Dockerfile index 76440ca576f9..f208eb178c3c 100644 --- a/airbyte-integrations/connectors/source-close-com/Dockerfile +++ b/airbyte-integrations/connectors/source-close-com/Dockerfile @@ -12,5 +12,5 @@ RUN pip install . ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=0.2.0 +LABEL io.airbyte.version=0.2.1 LABEL io.airbyte.name=airbyte/source-close-com diff --git a/airbyte-integrations/connectors/source-close-com/source_close_com/spec.json b/airbyte-integrations/connectors/source-close-com/source_close_com/spec.json index efd6033d5d6d..173feb2e30ad 100644 --- a/airbyte-integrations/connectors/source-close-com/source_close_com/spec.json +++ b/airbyte-integrations/connectors/source-close-com/source_close_com/spec.json @@ -17,7 +17,8 @@ "description": "The start date to sync data. Leave blank for full sync. Format: YYYY-MM-DD.", "examples": ["2021-01-01"], "default": "2021-01-01", - "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$" + "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$", + "format": "date-time" } } } diff --git a/docs/integrations/sources/close-com.md b/docs/integrations/sources/close-com.md index 2fe293013cbf..8fad4846c5bb 100644 --- a/docs/integrations/sources/close-com.md +++ b/docs/integrations/sources/close-com.md @@ -89,6 +89,7 @@ The Close.com Connector has rate limit. There are 60 RPS for Organizations. You | Version | Date | Pull Request | Subject | | :--- | :--- | :--- | :--- | +| 0.2.1 | 2023-02-15 | [00000](https://github.com/airbytehq/airbyte/pull/00000) | Specified date formatting in specification | | 0.2.0 | 2022-11-04 | [18968](https://github.com/airbytehq/airbyte/pull/18968) | Migrate to Low-Code | | 0.1.0 | 2021-08-10 | [5366](https://github.com/airbytehq/airbyte/pull/5366) | Initial release of Close.com connector for Airbyte | From 6a29155110080706a23a51775b169bd455da1e73 Mon Sep 17 00:00:00 2001 From: Arsen Losenko Date: Wed, 15 Feb 2023 17:36:40 +0200 Subject: [PATCH 2/3] Update changelog --- docs/integrations/sources/close-com.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/sources/close-com.md b/docs/integrations/sources/close-com.md index 8fad4846c5bb..0d12d9f339f0 100644 --- a/docs/integrations/sources/close-com.md +++ b/docs/integrations/sources/close-com.md @@ -89,7 +89,7 @@ The Close.com Connector has rate limit. There are 60 RPS for Organizations. You | Version | Date | Pull Request | Subject | | :--- | :--- | :--- | :--- | -| 0.2.1 | 2023-02-15 | [00000](https://github.com/airbytehq/airbyte/pull/00000) | Specified date formatting in specification | +| 0.2.1 | 2023-02-15 | [23074](https://github.com/airbytehq/airbyte/pull/23074) | Specified date formatting in specification | | 0.2.0 | 2022-11-04 | [18968](https://github.com/airbytehq/airbyte/pull/18968) | Migrate to Low-Code | | 0.1.0 | 2021-08-10 | [5366](https://github.com/airbytehq/airbyte/pull/5366) | Initial release of Close.com connector for Airbyte | From 4a528289726cc8fa2fa236141e06aee920f5df30 Mon Sep 17 00:00:00 2001 From: Octavia Squidington III Date: Fri, 3 Mar 2023 15:12:32 +0000 Subject: [PATCH 3/3] auto-bump connector version --- .../init/src/main/resources/seed/source_definitions.yaml | 2 +- airbyte-config/init/src/main/resources/seed/source_specs.yaml | 3 ++- connectors.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml index d018cc5a40c6..38d29138da8e 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -289,7 +289,7 @@ - name: Close.com sourceDefinitionId: dfffecb7-9a13-43e9-acdc-b92af7997ca9 dockerRepository: airbyte/source-close-com - dockerImageTag: 0.2.0 + dockerImageTag: 0.2.1 documentationUrl: https://docs.airbyte.com/integrations/sources/close-com icon: close.svg sourceType: api diff --git a/airbyte-config/init/src/main/resources/seed/source_specs.yaml b/airbyte-config/init/src/main/resources/seed/source_specs.yaml index d9cbcfeaf1e9..98cbe9d34d1b 100644 --- a/airbyte-config/init/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_specs.yaml @@ -2510,7 +2510,7 @@ supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] -- dockerImage: "airbyte/source-close-com:0.2.0" +- dockerImage: "airbyte/source-close-com:0.2.1" spec: documentationUrl: "https://docs.airbyte.com/integrations/sources/close-com" connectionSpecification: @@ -2534,6 +2534,7 @@ - "2021-01-01" default: "2021-01-01" pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}$" + format: "date-time" supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] diff --git a/connectors.md b/connectors.md index 3ef5544ebb27..c0ce510a9467 100644 --- a/connectors.md +++ b/connectors.md @@ -39,7 +39,7 @@ | **ClickHouse** | ClickHouse icon | Source | airbyte/source-clickhouse:0.1.15 | alpha | [link](https://docs.airbyte.com/integrations/sources/clickhouse) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-clickhouse) | `bad83517-5e54-4a3d-9b53-63e85fbd4d7c` | | **ClickUp** | ClickUp icon | Source | airbyte/source-clickup-api:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/click-up) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-clickup-api) | `311a7a27-3fb5-4f7e-8265-5e4afe258b66` | | **Clockify** | Clockify icon | Source | airbyte/source-clockify:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/clockify) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-clockify) | `e71aae8a-5143-11ed-bdc3-0242ac120002` | -| **Close.com** | Close.com icon | Source | airbyte/source-close-com:0.2.0 | beta | [link](https://docs.airbyte.com/integrations/sources/close-com) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-close-com) | `dfffecb7-9a13-43e9-acdc-b92af7997ca9` | +| **Close.com** | Close.com icon | Source | airbyte/source-close-com:0.2.1 | beta | [link](https://docs.airbyte.com/integrations/sources/close-com) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-close-com) | `dfffecb7-9a13-43e9-acdc-b92af7997ca9` | | **Cockroachdb** | Cockroachdb icon | Source | airbyte/source-cockroachdb:0.1.19 | alpha | [link](https://docs.airbyte.com/integrations/sources/cockroachdb) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-cockroachdb) | `9fa5862c-da7c-11eb-8d19-0242ac130003` | | **Coda** | Coda icon | Source | airbyte/source-coda:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/coda) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-coda) | `27f910fd-f832-4b2e-bcfd-6ab342e434d8` | | **Coin API** | Coin API icon | Source | airbyte/source-coin-api:0.1.1 | alpha | [link](https://docs.airbyte.com/integrations/sources/coin-api) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-coin-api) | `919984ef-53a2-479b-8ffe-9c1ddb9fc3f3` |