-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
🎉 New Destination deepset #48875
base: master
Are you sure you want to change the base?
🎉 New Destination deepset #48875
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
@abrahamy is attempting to deploy a commit to the Airbyte Growth Team on Vercel. A member of the Team first needs to authorize it. |
Hey @natikgadzhi - happy new years :) Could we get a review from your side or could you please tell us how we can continue to get this PR merged? |
Hi @natikgadzhi, please could you or someone on your team take another look at this pr? 😺 |
What
This PR adds a new Airbyte destination for deepset Cloud workspaces.
How
The PR uses deepset Cloud's file upload API endpoint to upload unstructured documents as Markdown files to the configured workspace.
The
check
method uses deepset Cloud's user introspection endpoint (/me
) to check if the configuredapi_key
property has access to the targetworkspace
.The destination is compatible with any sources that produce unstructured document streams. That is, the stream contains
content
anddocument_key
fields.Review guide
User Impact
Can this PR be safely reverted and rolled back?