

- Pentaho data integration install jdbc driver how to#
- Pentaho data integration install jdbc driver driver#
- Pentaho data integration install jdbc driver password#

You can use the results of this query to create a simple chart for the Sheet_Event_Plan_Budget table. Drag a chart onto your report and double-click it to edit the chart.SELECT TaskName, Progress FROM Sheet_Event_Plan_Budget You are now ready to create a report with Smartsheet data.Īdd the Smartsheet source to your report: Click Data -> Add Data Source -> JDBC and select the data source.Ĭonfigure the query.
Pentaho data integration install jdbc driver password#
Password: The password to authenticate with.User Name: The username to authenticate with.This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.īelow is a typical JDBC URL: jdbc:smartsheet:OAuthClientId=MyOauthClientId OAuthClientSecret=MyOAuthClientSecret CallbackURL= When you configure the JDBC URL, you may also want to set the Max Rows connection property. Either double-click the JAR file or execute the jar file from the command-line.įill in the connection properties and copy the connection string to the clipboard. However, for testing purposes you can instead use the Personal Access Token you get when you create an application set this to the OAuthAccessToken connection property.įor assistance in constructing the JDBC URL, use the connection string designer built into the Smartsheet JDBC Driver.

To authenticate using OAuth, you will need to register an app to obtain the OAuthClientId, OAuthClientSecret, and CallbackURL connection properties. Smartsheet uses the OAuth authentication standard. This starts with jdbc:smartsheet: and is followed by a semicolon-separated list of connection properties. In the resulting dialog, configure the connection properties as shown below.Ĭustom Connection URL property: Enter the JDBC URL.
Pentaho data integration install jdbc driver driver#
Pentaho data integration install jdbc driver how to#
This article shows how to connect to Smartsheet data as a JDBC data source and publish reports based on Smartsheet data in Pentaho. The CData JDBC Driver for Smartsheet data enables access to live data from dashboards and reports.
