apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
36.5k stars 14.13k forks source link

Adding delete index teardown to pinecone system tests #40396

Closed vatsrahul1001 closed 3 months ago

vatsrahul1001 commented 3 months ago

Added delete index teardown to Pinecone system tests. Currently, to re-run the same test, we need to ensure that the index is manually deleted from Pinecone; otherwise, it fails with an 'index already exists' exception. This PR addresses that issue.


^ Add meaningful description above Read the Pull Request Guidelines for more information. In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed. In case of a new dependency, check compliance with the ASF 3rd Party License Policy. In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.