airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Pinecone provider support for `pinecone-client`>=3

Open rawwar opened this issue 1 year ago • 4 comments
trafficstars

closes: #37158

Adds support for pinecone-client >= 3.x

Migration checks

  • [x] Index creation
  • [x] handle updated(breaking change) response from list_indexes and list_collections
  • [x] handle describe_index response change
  • [x] handle changes to positional arguments in query method.
  • [x] handle removal of multiple queries support using queries keyword in query method
  • [x] handle removal of scale_index
  • [x] PINECONE_DEBUG_CURL support for debug logs

Additional tasks:

  • [x] Documentation update
  • [x] changelog
  • [x] add/update tests
  • [x] add example dag's for new operators

rawwar avatar Feb 10 '24 15:02 rawwar

Does it backward compatible? Does it break during upgrade?

Difficult to say right now, in general bump dependency version is not a breaking changes, if all other components remain unchanged or compatible.

Taragolis avatar Feb 11 '24 09:02 Taragolis

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Apr 07 '24 00:04 github-actions[bot]

I am not sure why a few tests are failing. But, I'm looking into it.

rawwar avatar Apr 14 '24 10:04 rawwar

@sunank200 , @Lee-W, Do you have any more feedback for the PR?

rawwar avatar Apr 24 '24 16:04 rawwar