pankajkoti commented on code in PR #39365:
URL: https://github.com/apache/airflow/pull/39365#discussion_r1590723648
##########
tests/system/providers/pinecone/example_pinecone_cohere.py:
##########
@@ -44,8 +43,8 @@ def create_index():
from airflow.providers.pinecone.hooks.pinecone import PineconeHook
hook = PineconeHook()
- hook.create_index(index_name=index_name, dimension=768)
- time.sleep(60)
Review Comment:
Then should we add this sleep back below once after calling create_index
because we're removing it and it may cause probs intermittently for the DAG?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]