![]() |
VOOZH | about |
The CData ODBC Driver for Pinecone enables access to live data from Pinecone under the ODBC standard, allowing you work with Pinecone data in a wide variety of BI, reporting, and ETL tools and directly, using familiar SQL queries. This article shows how to connect to Pinecone data as a generic ODBC Data Provider and create charts, reports, and dashboards based on Pinecone data in Dundas BI.
To authenticate to Pinecone, and connect to your own data or to allow other users to connect to their data, you can use API Key authentication.
To authenticate using an API Key, you need to obtain your API Key from your Pinecone console at https://app.pinecone.io/.
You can then connect by setting the AuthScheme to APIKey and providing your API key:
Standard API Key Configuration:
Profile=C:\profiles\Pinecone.apip;AuthScheme=APIKey;ProfileSettings='APIKey=your_api_key;APIVersion=2025-10';
When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
You are now ready to create a dashboard with Pinecone data.
Connect to live data from Pinecone with the API Driver
Connect to Pinecone