From f0b6624b5b3575cc9f5f5718c933cdf89b5594ea Mon Sep 17 00:00:00 2001 From: Arsen Losenko Date: Mon, 13 Feb 2023 12:45:21 +0200 Subject: [PATCH 1/4] Source Senseforce: Mark datefields in spec as dates --- airbyte-integrations/connectors/source-senseforce/Dockerfile | 2 +- .../connectors/source-senseforce/source_senseforce/spec.yaml | 1 + docs/integrations/sources/senseforce.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-senseforce/Dockerfile b/airbyte-integrations/connectors/source-senseforce/Dockerfile index a70abc3c5d7c..26641daa1391 100644 --- a/airbyte-integrations/connectors/source-senseforce/Dockerfile +++ b/airbyte-integrations/connectors/source-senseforce/Dockerfile @@ -34,5 +34,5 @@ COPY source_senseforce ./source_senseforce ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=0.1.0 +LABEL io.airbyte.version=0.1.1 LABEL io.airbyte.name=airbyte/source-senseforce diff --git a/airbyte-integrations/connectors/source-senseforce/source_senseforce/spec.yaml b/airbyte-integrations/connectors/source-senseforce/source_senseforce/spec.yaml index fcd893f70a82..080ea3c0e4d0 100644 --- a/airbyte-integrations/connectors/source-senseforce/source_senseforce/spec.yaml +++ b/airbyte-integrations/connectors/source-senseforce/source_senseforce/spec.yaml @@ -51,6 +51,7 @@ connectionSpecification: If your dataset has data from 2020-10-10 10:21:10, set the start_date to 2020-10-10 or later examples: - "2017-01-25" + format: date slice_range: type: integer title: Data request time increment in days diff --git a/docs/integrations/sources/senseforce.md b/docs/integrations/sources/senseforce.md index 1ff21553f6ba..60a07a247924 100644 --- a/docs/integrations/sources/senseforce.md +++ b/docs/integrations/sources/senseforce.md @@ -80,4 +80,5 @@ Senseforce utilizes an undocumented rate limit which - under normal use - should | Version | Date | Pull Request | Subject | | :------ | :--------- | :-------------------------------------------------------- | :----------------------------------------- | +| 0.1.1 | 2023-02-13 | [000000](https://github.com/airbytehq/airbyte/pull/00000) | Specified date formatting in specification | | 0.1.0 | 2022-10-26 | [#18775](https://github.com/airbytehq/airbyte/pull/18775) | 🎉 New Source: Mailjet SMS API [low-code CDK] | From 6b3bbd86cdd4436267229c3267501595d6e0d1f6 Mon Sep 17 00:00:00 2001 From: Arsen Losenko Date: Mon, 13 Feb 2023 12:46:48 +0200 Subject: [PATCH 2/4] Update changeglog --- docs/integrations/sources/senseforce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/sources/senseforce.md b/docs/integrations/sources/senseforce.md index 60a07a247924..c8d161a823e7 100644 --- a/docs/integrations/sources/senseforce.md +++ b/docs/integrations/sources/senseforce.md @@ -80,5 +80,5 @@ Senseforce utilizes an undocumented rate limit which - under normal use - should | Version | Date | Pull Request | Subject | | :------ | :--------- | :-------------------------------------------------------- | :----------------------------------------- | -| 0.1.1 | 2023-02-13 | [000000](https://github.com/airbytehq/airbyte/pull/00000) | Specified date formatting in specification | +| 0.1.1 | 2023-02-13 | [22892](https://github.com/airbytehq/airbyte/pull/22892) | Specified date formatting in specification | | 0.1.0 | 2022-10-26 | [#18775](https://github.com/airbytehq/airbyte/pull/18775) | 🎉 New Source: Mailjet SMS API [low-code CDK] | From c59803c5ea4fae08e8fa022aa16eba001304d25b Mon Sep 17 00:00:00 2001 From: Arsen Losenko Date: Mon, 20 Feb 2023 16:22:10 +0200 Subject: [PATCH 3/4] Add allowedHosts --- .../init/src/main/resources/seed/source_definitions.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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 8c3a15e0399b..2d90adbacc7f 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -1622,6 +1622,10 @@ icon: senseforce.svg sourceType: api releaseStage: alpha + allowedHosts: + hosts: + - galaxyapi.senseforce.io + - senseforce.io - name: Sendinblue sourceDefinitionId: 2e88fa20-a2f6-43cc-bba6-98a0a3f244fb dockerRepository: airbyte/source-sendinblue From ca38f9576a1e0ebd237e8ac2fbcc0cd2002dbeed Mon Sep 17 00:00:00 2001 From: Octavia Squidington III Date: Thu, 2 Mar 2023 06:44:20 +0000 Subject: [PATCH 4/4] 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 62f7582284f9..4cba1c552369 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -1701,7 +1701,7 @@ - name: Senseforce sourceDefinitionId: 39de93cb-1511-473e-a673-5cbedb9436af dockerRepository: airbyte/source-senseforce - dockerImageTag: 0.1.0 + dockerImageTag: 0.1.1 documentationUrl: https://docs.airbyte.com/integrations/sources/senseforce icon: senseforce.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 83cfdf690884..f5fc7c20f82c 100644 --- a/airbyte-config/init/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_specs.yaml @@ -13423,7 +13423,7 @@ supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] -- dockerImage: "airbyte/source-senseforce:0.1.0" +- dockerImage: "airbyte/source-senseforce:0.1.1" spec: documentationUrl: "https://docs.airbyte.io/integrations/sources/senseforce" connectionSpecification: @@ -13473,6 +13473,7 @@ \ to 2020-10-10 or later" examples: - "2017-01-25" + format: "date" slice_range: type: "integer" title: "Data request time increment in days" diff --git a/connectors.md b/connectors.md index 471202af94ad..0cba23cc9f73 100644 --- a/connectors.md +++ b/connectors.md @@ -207,7 +207,7 @@ | **Secoda** | Secoda icon | Source | airbyte/source-secoda:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/secoda) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-secoda) | `da9fc6b9-8059-4be0-b204-f56e22e4d52d` | | **Sendgrid** | Sendgrid icon | Source | airbyte/source-sendgrid:0.3.1 | generally_available | [link](https://docs.airbyte.com/integrations/sources/sendgrid) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-sendgrid) | `fbb5fbe2-16ad-4cf4-af7d-ff9d9c316c87` | | **Sendinblue** | Sendinblue icon | Source | airbyte/source-sendinblue:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/sendinblue) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-sendinblue) | `2e88fa20-a2f6-43cc-bba6-98a0a3f244fb` | -| **Senseforce** | Senseforce icon | Source | airbyte/source-senseforce:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/sources/senseforce) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-senseforce) | `39de93cb-1511-473e-a673-5cbedb9436af` | +| **Senseforce** | Senseforce icon | Source | airbyte/source-senseforce:0.1.1 | alpha | [link](https://docs.airbyte.com/integrations/sources/senseforce) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-senseforce) | `39de93cb-1511-473e-a673-5cbedb9436af` | | **Sentry** | Sentry icon | Source | airbyte/source-sentry:0.1.11 | generally_available | [link](https://docs.airbyte.com/integrations/sources/sentry) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-sentry) | `cdaf146a-9b75-49fd-9dd2-9d64a0bb4781` | | **Shopify** | Shopify icon | Source | airbyte/source-shopify:0.3.2 | alpha | [link](https://docs.airbyte.com/integrations/sources/shopify) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-shopify) | `9da77001-af33-4bcd-be46-6252bf9342b9` | | **Short.io** | Short.io icon | Source | airbyte/source-shortio:0.1.3 | alpha | [link](https://docs.airbyte.com/integrations/sources/shortio) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-shortio) | `2fed2292-5586-480c-af92-9944e39fe12d` |