utkarsharma2 commented on code in PR #39365:
URL: https://github.com/apache/airflow/pull/39365#discussion_r1587740305
##########
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:
I think the release is ongoing -
https://pypi.org/project/apache-airflow-providers-pinecone/2.0.0rc1/. But you
can add -1 vote for the pinecone provider in the mailing list if you are
willing to make the change and then the next iteration or rc2 can have all the
changes. I would personally do it. Since exposing an interface and making
changes later we need to maintain the backward compatibility.
--
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]