![]() |
VOOZH | about |
The CData ODBC Driver for Placid enables access to live data from Placid under the ODBC standard, allowing you work with Placid data in a wide variety of BI, reporting, and ETL tools and directly, using familiar SQL queries. This article shows how to connect to Placid data as a generic ODBC Data Provider and create charts, reports, and dashboards based on Placid data in Dundas BI.
Placid uses API Key authentication to control access to the API. API tokens are project-specific and can be obtained from your project settings on placid.app.
To obtain your API key, log in to placid.app, navigate to your project, open the project settings, and generate an API token from the API section. Note that each API token is scoped to a specific project.
After setting the following connection properties, you are ready to connect:
Profile=C:\profiles\Placid.apip;AuthScheme=APIKey;ProfileSettings='APIKey=your_project_api_token';
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 Placid data.
Connect to live data from Placid with the API Driver
Connect to Placid