pinecone-io / pinecone-python-client

The Pinecone Python client
https://www.pinecone.io/docs
Apache License 2.0
284 stars 78 forks source link

Implement deletion protection #367

Closed jhamon closed 1 month ago

jhamon commented 1 month ago

Problem

Implement deletion protection for python sdk

Solution

This ended up being a much bigger lift than expected, but as a nice side effect we're no longer exposing generated objects in responses from these various actions. That creates some additional flexibility for future refactoring work.

Type of Change

Test Plan

Describe specific steps for validating this change.