Skip to content

Commit

Permalink
Source Twilio: correct spec.json doc url (#9092)
Browse files Browse the repository at this point in the history
* correct spec.json twilio doc url

* update doc
  • Loading branch information
marcosmarxm committed Dec 27, 2021
1 parent 2fa5d67 commit 63d8c01
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "b9dc6155-672e-42ea-b10d-9f1f1fb95ab1",
"name": "Twilio",
"dockerRepository": "airbyte/source-twilio",
"dockerImageTag": "0.1.1",
"dockerImageTag": "0.1.2",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/twilio",
"icon": "twilio.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@
- name: Twilio
sourceDefinitionId: b9dc6155-672e-42ea-b10d-9f1f1fb95ab1
dockerRepository: airbyte/source-twilio
dockerImageTag: 0.1.1
dockerImageTag: 0.1.2
documentationUrl: https://docs.airbyte.io/integrations/sources/twilio
icon: twilio.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7118,7 +7118,7 @@
oauthFlowOutputParameters:
- - "token"
- - "key"
- dockerImage: "airbyte/source-twilio:0.1.1"
- dockerImage: "airbyte/source-twilio:0.1.2"
spec:
documentationUrl: "https://hub.docker.com/r/airbyte/source-twilio"
connectionSpecification:
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-twilio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1
LABEL io.airbyte.version=0.1.2
LABEL io.airbyte.name=airbyte/source-twilio
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"documentationUrl": "https://hub.docker.com/r/airbyte/source-twilio",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/twilio",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Twilio Spec",
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/twilio.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ See [docs](https://www.twilio.com/docs/iam/api) for more details.

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.1.2 | 2021-12-23 | [9092](https://github.com/airbytehq/airbyte/pull/9092) | Correct specification doc URL |
| 0.1.1 | 2021-10-18 | [7034](https://github.com/airbytehq/airbyte/pull/7034) | Update schemas and transform data types according to the API schema |
| 0.1.0 | 2021-07-02 | [4070](https://github.com/airbytehq/airbyte/pull/4070) | Native Twilio connector implemented |

0 comments on commit 63d8c01

Please sign in to comment.