Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Source Notion: migrated to advancedAuth #26535

Merged
merged 39 commits into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
92b7e1f
Connector health: source hubspot, gitlab, snapchat-marketing: fix builds
davydov-d May 10, 2023
01ee45e
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 10, 2023
4ae17ec
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 12, 2023
3fadfe3
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 12, 2023
a51c998
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 15, 2023
afd1fae
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 16, 2023
72efed0
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 17, 2023
db47568
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 17, 2023
7880cf0
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 19, 2023
d1d08dc
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 19, 2023
5e731f7
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 22, 2023
a8780f9
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 23, 2023
cac6c95
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 24, 2023
c772743
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 24, 2023
ebf235c
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 24, 2023
313db7d
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 25, 2023
0cdd093
migrated to advanced_auth
darynaishchenko May 25, 2023
779dfee
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 26, 2023
92995de
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 26, 2023
986f29e
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 29, 2023
2705474
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 30, 2023
265a5b4
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 30, 2023
2e9ed46
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d May 31, 2023
6711afb
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d Jun 1, 2023
79fe56b
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d Jun 1, 2023
e7b4177
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d Jun 1, 2023
a8968c4
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d Jun 2, 2023
9f0b93e
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d Jun 6, 2023
1eb1cb2
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d Jun 8, 2023
3d6b33b
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d Jun 8, 2023
4532c19
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d Jun 8, 2023
f3b6a62
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d Jun 9, 2023
b80f81e
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d Jun 12, 2023
dfa3579
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d Jun 12, 2023
7686f0c
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d Jun 13, 2023
2f4783a
Merge branch 'master' of github.com:airbytehq/airbyte
davydov-d Jun 14, 2023
1c85f72
Merge branch 'master' into daryna/source-notion/migrate-to-advanced-auth
davydov-d Jun 14, 2023
9ed7279
#26535 source notion: upd changelog
davydov-d Jun 14, 2023
9f8677f
Merge branch 'master' into daryna/source-notion/migrate-to-advanced-auth
bnchrch Jun 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=1.1.0
LABEL io.airbyte.version=1.1.1
LABEL io.airbyte.name=airbyte/source-notion
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 6e00b415-b02e-4160-bf02-58176a0ae687
dockerImageTag: 1.1.0
dockerImageTag: 1.1.1
dockerRepository: airbyte/source-notion
githubIssueLabel: source-notion
icon: notion.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,44 @@
}
}
},
"authSpecification": {
"auth_type": "oauth2.0",
"oauth2Specification": {
"rootObject": ["credentials", "0"],
"oauthFlowInitParameters": [["client_id"], ["client_secret"]],
"oauthFlowOutputParameters": [["access_token"]]
"advanced_auth": {
"auth_flow_type": "oauth2.0",
"predicate_key": ["credentials", "auth_type"],
"predicate_value": "OAuth2.0",
"oauth_config_specification": {
"complete_oauth_output_specification": {
"type": "object",
"properties": {
"access_token": {
"type": "string",
"path_in_connector_config": ["credentials", "access_token"]
}
}
},
"complete_oauth_server_input_specification": {
"type": "object",
"properties": {
"client_id": {
"type": "string"
},
"client_secret": {
"type": "string"
}
}
},
"complete_oauth_server_output_specification": {
"type": "object",
"properties": {
"client_id": {
"type": "string",
"path_in_connector_config": ["credentials", "client_id"]
},
"client_secret": {
"type": "string",
"path_in_connector_config": ["credentials", "client_secret"]
}
}
}
}
}
}
3 changes: 2 additions & 1 deletion docs/integrations/sources/notion.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ The connector is restricted by Notion [request limits](https://developers.notion

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------|
| 1.1.0 | 2023-06-08 | [27170](https://github.com/airbytehq/airbyte/pull/27170) | Fix typo in `blocks` schema |
| 1.1.1 | 2023-06-14 | [26535](https://github.com/airbytehq/airbyte/pull/26535) | Migrate from deprecated `authSpecification` to `advancedAuth` |
| 1.1.0 | 2023-06-08 | [27170](https://github.com/airbytehq/airbyte/pull/27170) | Fix typo in `blocks` schema |
| 1.0.9 | 2023-06-08 | [27062](https://github.com/airbytehq/airbyte/pull/27062) | Skip streams with `invalid_start_cursor` error |
| 1.0.8 | 2023-06-07 | [27073](https://github.com/airbytehq/airbyte/pull/27073) | Add empty results handling for stream `Blocks` |
| 1.0.7 | 2023-06-06 | [27060](https://github.com/airbytehq/airbyte/pull/27060) | Add skipping 404 error in `Blocks` stream |
Expand Down
Loading