Source Twilio: correct spec.json doc url (#9092)
* correct spec.json twilio doc url * update doc
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user