Adding a data source template using the web administration pages
To be able to use Information Services to access data from a JDBC-compliant data source, you must have the corresponding data source template. You can add a data source template to the Spotfire Server configuration with the Spotfire Server web administration pages.
About this task
Before you begin
Tip: You can test your data source template, before you add
it. The test can help you assess if the template works with the data source you
want to access data from, and with the JDBC driver installed on your Spotfire
Server. To test a data source template, save it as an
.xml file on the computer running Spotfire Server,
and use the CLI command
validate-data-source.
Procedure
Results
Data source template for Snowflake - example
<jdbc-type-settings>
<type-name>Snowflake</type-name>
<driver>net.snowflake.client.jdbc.SnowflakeDriver</driver>
<connection-url-pattern>jdbc:snowflake://<ACCOUNT>.snowflakecomputing.com</connection-url-pattern>
<supports-catalogs>true</supports-catalogs>
<supports-schemas>true</supports-schemas>
<supports-procedures>false</supports-procedures>
<fetch-size>10000</fetch-size>
<batch-size>100</batch-size>
<use-ansii-style-outer-join>true</use-ansii-style-outer-join>
<connection-properties>
<connection-property>
<key>application</key>
<value>Spotfire_InformationServices</value>
</connection-property>
</connection-properties>
</jdbc-type-settings>
The Spotfire® JDBC Data Access Connectivity Details Community article is a collection of many examples of useful JDBC data source templates that you can use to be able to connect to different types of data sources with Information Services.
What to do next
You can verify the template status by