Skip to content

Commit

Permalink
🏥Source Notion: unpin CDK version (#36890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Karpets committed Apr 10, 2024
1 parent 442177b commit 371af95
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 102 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-notion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ See `sample_files/sample_config.json` for a sample config file.
poetry run source-notion spec
poetry run source-notion check --config secrets/config.json
poetry run source-notion discover --config secrets/config.json
poetry run source-notion read --config secrets/config.json --catalog sample_files/configured_catalog.json
poetry run source-notion read --config secrets/config.json --catalog integration_tests/configured_catalog.json
```

### Running unit tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ acceptance_tests:
configured_catalog_path: "integration_tests/incremental_catalog.json"
future_state:
future_state_path: "integration_tests/abnormal_state.json"
# Skipping this test since the correct stream state is only emitted after all records have been read
skip_comprehensive_incremental_tests: true
full_refresh:
tests:
- config_path: "secrets/config.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 6e00b415-b02e-4160-bf02-58176a0ae687
dockerImageTag: 2.1.0
dockerImageTag: 2.2.0
dockerRepository: airbyte/source-notion
documentationUrl: https://docs.airbyte.com/integrations/sources/notion
githubIssueLabel: source-notion
Expand Down
Loading

0 comments on commit 371af95

Please sign in to comment.