rawwar commented on code in PR #39365:
URL: https://github.com/apache/airflow/pull/39365#discussion_r1589839098


##########
tests/system/providers/pinecone/example_pinecone_openai.py:
##########
@@ -75,15 +74,15 @@
     start_date=datetime(2023, 1, 1),
     catchup=False,
 ) as dag:
-
-    @setup
-    @task
-    def create_index():
-        from airflow.providers.pinecone.hooks.pinecone import PineconeHook
-
-        hook = PineconeHook()
-        hook.create_index(index_name=index_name, dimension=1536)

Review Comment:
   @utkarsharma2 , There was an email in the dev list that pinecone will be 
excluded from the current 2.0.0rc1 release. I guess we can go ahead to rewrite 
the provider. 
   
   @sunank200 , would you like to take up this? If not, I can work on this. 
Although, I would request your help in testing pod based as they are not 
available for free accounts.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to