Skip to content

Commit 371af95

Browse files
author
Anton Karpets
authored
🏥Source Notion: unpin CDK version (#36890)
1 parent 442177b commit 371af95

File tree

6 files changed

+118
-102
lines changed

6 files changed

+118
-102
lines changed

airbyte-integrations/connectors/source-notion/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See `sample_files/sample_config.json` for a sample config file.
3030
poetry run source-notion spec
3131
poetry run source-notion check --config secrets/config.json
3232
poetry run source-notion discover --config secrets/config.json
33-
poetry run source-notion read --config secrets/config.json --catalog sample_files/configured_catalog.json
33+
poetry run source-notion read --config secrets/config.json --catalog integration_tests/configured_catalog.json
3434
```
3535

3636
### Running unit tests

airbyte-integrations/connectors/source-notion/acceptance-test-config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ acceptance_tests:
3333
configured_catalog_path: "integration_tests/incremental_catalog.json"
3434
future_state:
3535
future_state_path: "integration_tests/abnormal_state.json"
36+
# Skipping this test since the correct stream state is only emitted after all records have been read
37+
skip_comprehensive_incremental_tests: true
3638
full_refresh:
3739
tests:
3840
- config_path: "secrets/config.json"

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

+1-1
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: 2.1.0
13+
dockerImageTag: 2.2.0
1414
dockerRepository: airbyte/source-notion
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/notion
1616
githubIssueLabel: source-notion

0 commit comments

Comments
 (0)