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

🌟 [destination-pinecone]: Add support for Pinecone Serverless #37756

Merged
merged 15 commits into from
May 6, 2024

Conversation

bindipankhudi
Copy link
Contributor

@bindipankhudi bindipankhudi commented May 2, 2024

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

  1. airbyte/airbyte-integrations/connectors/destination-pinecone/destination_pinecone/indexer.py
  2. airbyte/airbyte-integrations/connectors/destination-pinecone/destination_pinecone/pinecone_integration_test.py
  3. airbyte/airbyte-integrations/connectors/destination-pinecone/destination_pinecone/pyproject.toml
  4. airbyte/airbyte-integrations/connectors/destination-pinecone/destination_pinecone/poetry.lock

User Impact

  • Users should not be affected, this should only add support for serverless indexes.

Can this PR be safely reverted and rolled back?

  • YES πŸ’š
  • NO ❌

@bindipankhudi bindipankhudi requested a review from a team as a code owner May 2, 2024 00:25
Copy link

vercel bot commented May 2, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview May 6, 2024 10:05pm

@octavia-squidington-iii octavia-squidington-iii added area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/destination/pinecone labels May 2, 2024
@bindipankhudi bindipankhudi changed the base branch from master to rschwabco/feature/pinecone-connector-serverless May 2, 2024 01:17
@aaronsteers aaronsteers closed this May 2, 2024
@bindipankhudi bindipankhudi reopened this May 2, 2024
@octavia-squidington-iv octavia-squidington-iv requested review from a team May 2, 2024 22:43
@bindipankhudi bindipankhudi changed the base branch from rschwabco/feature/pinecone-connector-serverless to master May 3, 2024 21:22
@bindipankhudi bindipankhudi removed request for a team May 3, 2024 21:24
Copy link
Collaborator

@aaronsteers aaronsteers left a 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.

cc @bindipankhudi, @rschwabco

…on_tests/pinecone_integration_test.py

Co-authored-by: Aaron ("AJ") Steers <aj@airbyte.io>
bindipankhudi and others added 3 commits May 6, 2024 14:18
…yaml


updating to 0.1.0

Co-authored-by: Aaron ("AJ") Steers <aj@airbyte.io>
….toml


updating to 0.1.0

Co-authored-by: Aaron ("AJ") Steers <aj@airbyte.io>
updating to 0.1.0

Co-authored-by: Aaron ("AJ") Steers <aj@airbyte.io>
@bindipankhudi
Copy link
Contributor Author

Small changes suggested, but nothing critical. Ready to approve after review of comments/suggestions inline.

cc @bindipankhudi, @rschwabco

All suggested changes have been addressed.

Copy link
Collaborator

@aaronsteers aaronsteers left a comment

Choose a reason for hiding this comment

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

Lookin good! :shipit:

@aaronsteers aaronsteers changed the title Bindi/support for pinecone serverless 🌟 [destination-pinecone]: Add support for Pinecone Serverless May 6, 2024
@aaronsteers
Copy link
Collaborator

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.

@aaronsteers aaronsteers merged commit 0c145d9 into master May 6, 2024
30 of 32 checks passed
@aaronsteers aaronsteers deleted the bindi/support-for-pinecone-serverless branch May 6, 2024 23:22
clnoll pushed a commit that referenced this pull request May 10, 2024
Co-authored-by: Roie Schwaber-Cohen <@rschwabco>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/destination/pinecone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants