Skip to content

Commit

Permalink
🐛 Source Notion: fix normalization (#14505)
Browse files Browse the repository at this point in the history
  • Loading branch information
bazarnov authored Jul 11, 2022
1 parent 0bfc7e1 commit 7221842
Show file tree
Hide file tree
Showing 22 changed files with 686 additions and 456 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
- name: Notion
sourceDefinitionId: 6e00b415-b02e-4160-bf02-58176a0ae687
dockerRepository: airbyte/source-notion
dockerImageTag: 0.1.3
dockerImageTag: 0.1.4
documentationUrl: https://docs.airbyte.io/integrations/sources/notion
icon: notion.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5876,7 +5876,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-notion:0.1.3"
- dockerImage: "airbyte/source-notion:0.1.4"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/notion"
connectionSpecification:
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.3
LABEL io.airbyte.version=0.1.4
LABEL io.airbyte.name=airbyte/source-notion
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": true,
"properties": {
Expand Down
Loading

0 comments on commit 7221842

Please sign in to comment.