-
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
🌟 [destination-pinecone]: Add support for Pinecone Serverless #37756
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
…pport-for-pinecone-serverless
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small changes suggested, but nothing critical. Ready to approve after review of comments/suggestions inline.
airbyte-integrations/connectors/destination-pinecone/destination_pinecone/indexer.py
Outdated
Show resolved
Hide resolved
...-integrations/connectors/destination-pinecone/integration_tests/pinecone_integration_test.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/destination-pinecone/metadata.yaml
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/destination-pinecone/pyproject.toml
Outdated
Show resolved
Hide resolved
…on_tests/pinecone_integration_test.py Co-authored-by: Aaron ("AJ") Steers <[email protected]>
…yaml updating to 0.1.0 Co-authored-by: Aaron ("AJ") Steers <[email protected]>
….toml updating to 0.1.0 Co-authored-by: Aaron ("AJ") Steers <[email protected]>
updating to 0.1.0 Co-authored-by: Aaron ("AJ") Steers <[email protected]>
All suggested changes have been addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lookin good!
airbyte-integrations/connectors/destination-pinecone/destination_pinecone/indexer.py
Show resolved
Hide resolved
Merging with one failing check for unit tests (87% coverage, vs target 90%). If this alarms us, we'll need to create a follow-on PR to address. |
Original PR: #37601
Authored by: @rschwabco
What
Updating the Pinecone connector to use Pinecone's latest Python SDK version and support serverless.
How
Update the SDK version, initialization method and deletion of data for serverless (using list instead of delete by metadata).
Review guide
airbyte/airbyte-integrations/connectors/destination-pinecone/destination_pinecone/indexer.py
airbyte/airbyte-integrations/connectors/destination-pinecone/destination_pinecone/pinecone_integration_test.py
airbyte/airbyte-integrations/connectors/destination-pinecone/destination_pinecone/pyproject.toml
airbyte/airbyte-integrations/connectors/destination-pinecone/destination_pinecone/poetry.lock
User Impact
Can this PR be safely reverted and rolled back?