Skip to content

Commit

Permalink
Source notion: fix documentation url (#9084)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jan 11, 2022
1 parent 746102a commit a5d5eb7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
- name: Notion
sourceDefinitionId: 6e00b415-b02e-4160-bf02-58176a0ae687
dockerRepository: airbyte/source-notion
dockerImageTag: 0.1.1
dockerImageTag: 0.1.2
documentationUrl: https://docs.airbyte.io/integrations/sources/notion
icon: notion.svg
sourceType: api
Expand Down
4 changes: 2 additions & 2 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4722,9 +4722,9 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-notion:0.1.1"
- dockerImage: "airbyte/source-notion:0.1.2"
spec:
documentationUrl: "https://docsurl.com"
documentationUrl: "https://docs.airbyte.io/integrations/sources/notion"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Notion Source Spec"
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-notion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_notion ./source_notion
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-notion
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"documentationUrl": "https://docsurl.com",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/notion",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Notion Source Spec",
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/notion.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Please register on Notion and follow this [docs](https://developers.notion.com/d

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.1.2 | 2022-01-11 | [9084](https://github.com/airbytehq/airbyte/pull/9084) | Fix documentation URL |
| 0.1.1 | 2021-12-30 | [9207](https://github.com/airbytehq/airbyte/pull/9207) | Update connector fields title/description |
| 0.1.0 | 2021-10-17 | [7092](https://github.com/airbytehq/airbyte/pull/7092) | Initial Release |

Expand Down

0 comments on commit a5d5eb7

Please sign in to comment.