Skip to content

Commit 48c30e6

Browse files
bleonardlazebnyi
andauthored
source-notion: ensure inline schemas, updated cdk, poetry (where possible) (#36653)
Co-authored-by: Serhii Lazebnyi <[email protected]>
1 parent c5633b6 commit 48c30e6

File tree

8 files changed

+481
-118
lines changed

8 files changed

+481
-118
lines changed

airbyte-integrations/connectors/source-notion/metadata.yaml

+9-7
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: 6e00b415-b02e-4160-bf02-58176a0ae687
13-
dockerImageTag: 3.0.0
13+
dockerImageTag: 3.0.1
1414
dockerRepository: airbyte/source-notion
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/notion
1616
githubIssueLabel: source-notion
@@ -32,12 +32,14 @@ data:
3232
breakingChanges:
3333
3.0.0:
3434
message:
35-
The source Notion connector is being migrated from the Python CDK to our declarative low-code CDK.
36-
Due to changes in the handling of state format between these CDKs, this migration constitutes a breaking change
37-
for users syncing the `Comments` stream.
38-
To ensure a smooth migration, please reset your data for this stream upon updating. This will facilitate a fresh first sync.
39-
If you are not syncing the `Comments` stream, you can upgrade without any further action.
40-
For more information, see our migration documentation for source Notion.
35+
The source Notion connector is being migrated from the Python CDK
36+
to our declarative low-code CDK. Due to changes in the handling of state
37+
format between these CDKs, this migration constitutes a breaking change
38+
for users syncing the `Comments` stream. To ensure a smooth migration, please
39+
reset your data for this stream upon updating. This will facilitate a fresh
40+
first sync. If you are not syncing the `Comments` stream, you can upgrade
41+
without any further action. For more information, see our migration documentation
42+
for source Notion.
4143
upgradeDeadline: "2024-04-29"
4244
scopedImpact:
4345
- scopeType: stream

airbyte-integrations/connectors/source-notion/poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-notion/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "3.0.0"
6+
version = "3.0.1"
77
name = "source-notion"
88
description = "Source implementation for Notion."
99
authors = [ "Airbyte <[email protected]>",]
@@ -17,7 +17,7 @@ include = "source_notion"
1717

1818
[tool.poetry.dependencies]
1919
python = "^3.9,<3.12"
20-
airbyte-cdk = "^0"
20+
airbyte-cdk = "0.80.0"
2121

2222
[tool.poetry.scripts]
2323
source-notion = "source_notion.run:run"

0 commit comments

Comments
 (0)