airflow
airflow copied to clipboard
Pinecone provider support for `pinecone-client`>=3
closes: #37158
Adds support for pinecone-client >= 3.x
Migration checks
- [x] Index creation
- [x] handle updated(breaking change) response from
list_indexesandlist_collections - [x] handle
describe_indexresponse change - [x] handle changes to positional arguments in
querymethod. - [x] handle removal of multiple queries support using
querieskeyword inquerymethod - [x] handle removal of
scale_index - [x]
PINECONE_DEBUG_CURLsupport for debug logs
Additional tasks:
- [x] Documentation update
- [x] changelog
- [x] add/update tests
- [x] add example dag's for new operators
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.
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.
I am not sure why a few tests are failing. But, I'm looking into it.
@sunank200 , @Lee-W, Do you have any more feedback for the PR?