1
0
mirror of synced 2025-12-22 19:38:29 -05:00
Files
airbyte/airbyte-integrations/connectors/source-notion/metadata.yaml
devin-ai-integration[bot] a871dadd80 chore(source-notion): Remove stale OpenAPI spec URL from external documentation (#70446)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Christo Grabowski <christo.grabowski@airbyte.io>
2025-12-12 16:40:02 -08:00

82 lines
3.0 KiB
YAML

data:
ab_internal:
ql: 400
sl: 200
allowedHosts:
hosts:
- api.notion.com
connectorBuildOptions:
baseImage: docker.io/airbyte/source-declarative-manifest:7.5.1@sha256:8da9d362c184e2e46532ab94f6f9968a74835c0882d6a4a2f9f9c9e5b972f2a1
connectorSubtype: api
connectorType: source
definitionId: 6e00b415-b02e-4160-bf02-58176a0ae687
dockerImageTag: 3.3.8
dockerRepository: airbyte/source-notion
documentationUrl: https://docs.airbyte.com/integrations/sources/notion
externalDocumentationUrls:
- title: Changes by version
url: https://developers.notion.com/reference/changes-by-version
type: api_reference
- title: Changelog
url: https://developers.notion.com/page/changelog
type: api_release_history
githubIssueLabel: source-notion
icon: notion.svg
license: ELv2
maxSecondsBetweenMessages: 1
name: Notion
remoteRegistries:
pypi:
enabled: false
packageName: airbyte-source-notion
registryOverrides:
cloud:
enabled: true
oss:
enabled: true
releaseStage: generally_available
releases:
breakingChanges:
3.0.0:
message: The source Notion connector is being migrated from the Python CDK to our declarative low-code CDK. Due to changes in the handling of state format between these CDKs, this migration constitutes a breaking change for users syncing the `Comments` stream. To ensure a smooth migration, please reset your data for this stream upon updating. This will facilitate a fresh first sync. If you are not syncing the `Comments` stream, you can upgrade without any further action. For more information, see our migration documentation for source Notion.
upgradeDeadline: "2024-04-29"
scopedImpact:
- scopeType: stream
impactedScopes: ["comments"]
2.0.0:
message: Version 2.0.0 introduces schema changes to multiple properties shared by the blocks, databases and pages streams. These changes were introduced to reflect updates to the Notion API. A full schema refresh and data reset are required to upgrade to this version.
upgradeDeadline: "2023-11-09"
rolloutConfiguration:
enableProgressiveRollout: false
suggestedStreams:
streams:
- blocks
- databases
- pages
- users
supportLevel: certified
tags:
- language:manifest-only
- cdk:low-code
connectorTestSuitesOptions:
- suite: liveTests
testConnections:
- name: notion_config_oauth_dev_null
id: 58842b61-7557-4971-829a-5a1cc43d7614
- name: notion_config_dev_null
id: 8af67fe8-a20e-4eae-816a-2a3c893c0360
- suite: unitTests
- suite: acceptanceTests
testSecrets:
- name: SECRET_SOURCE-NOTION__CREDS
fileName: config.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
- name: SECRET_SOURCE-NOTION__CREDS_OAUTH
fileName: config_oauth.json
secretStore:
type: GSM
alias: airbyte-connector-testing-secret-store
metadataSpecVersion: "1.0"