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

feat: Add Notion Sync #2878

Open
wants to merge 50 commits into
base: main
Choose a base branch
from
Open

feat: Add Notion Sync #2878

wants to merge 50 commits into from

Conversation

chloedia
Copy link
Collaborator

This pull request adds functionality to sync with Notion. It includes the following changes:

  • Added authentication for Notion

  • Fixed syncing credentials for Notion

  • Added listing of Notion items

  • Added support for syncing with Notion in the sync service

  • Added notification to Notion

Copy link

vercel bot commented Jul 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
quivrapp ❌ Failed (Inspect) Aug 6, 2024 0:43am

@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Jul 18, 2024
@chloedia chloedia marked this pull request as draft July 18, 2024 12:52
@dosubot dosubot bot added the area: backend Related to backend functionality or under the /backend directory label Jul 18, 2024
@chloedia chloedia marked this pull request as ready for review August 6, 2024 07:36
loop.run_until_complete(fetch_and_store_notion_files_async(access_token, user_id))


async def fetch_and_store_notion_files_async(access_token: str, user_id: UUID):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe needs to be moved to a separate file. Will be done in merge with feature branch

AmineDiro
AmineDiro previously approved these changes Aug 6, 2024
Copy link
Collaborator

@AmineDiro AmineDiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :+1 Nice work on a huge PR :)

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Aug 6, 2024
@@ -1872,6 +1872,9 @@ docs = ["myst-parser", "pydata-sphinx-theme", "sphinx-autodoc-typehints", "sphin
test = ["ipykernel", "pre-commit", "pytest (<8)", "pytest-cov", "pytest-timeout"]

[[package]]
name = "langchain"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

poetry lock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend Related to backend functionality or under the /backend directory lgtm This PR has been approved by a maintainer size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants