Table Source API

Use row-based management for your source data.

Alpha

Access requirements

To use APIs, you must have a Visier account and authenticate. For more information about authenticating, see API Authentication.

Custom profile with these capabilities: Data (Write, API)

Reach out to your administrator for access.

Overview

Set up sources in Visier using a table instead of a file. Table sources use direct SQL-based data modifications, eliminating concerns about file management or override behavior. Use SQL statements to query, insert, update, delete, and merge data into tables with transactions. You can reference the tables by mappings, just like other sources, to load data into an analytic object in a data version. For more information about sources, see Sources and Use SQL with Table Sources.

Use this API to:

  • Create new table sources
  • Update an existing table source
  • Start a transaction
  • Upload a file to a transaction
  • Retrieve existing table sources and their details
  • Delete table sources