OBIS - (UDML, XML) API

About

This section goes over the programmatically manipulation of the repository.

Process

Whole repository

The programmatic process is generally straight forward:

  • you transform the binary repository to a text file representation (Generally an XML)
  • you modify it
  • and you create the binary repository back.

Patching

This process can also be applied on an object level:

  • you create a text file that represent one or several whole objects in your repository (such as a connection, a logical table,…)
  • you can the apply this text file against the binary repository to modify it.

See OBIEE - BI Server Patch (automatic update with a patch file)

Format

OBIS makes available three three different text files format in order to represent a repository.

Type

The modification can be applied:

Documentation / Reference

Task Runner