Schema

Overview

A Schema is an AnalyticsCreator design object that provides a namespace and configuration context inside a layer.

It groups tables, transformations, references, and package-related definitions that belong to the same warehouse area.

Function

Use schemas to organize generated database objects and to define the context in which table and transformation entities are maintained.

The schema type influences which branches and actions are available, such as imports, historizations, exports, transformations, tables, and references.

Attributes

Attributes define the configuration, behavior, and relationships of the schema entity.

Attribute Applies to Description
Name Schema Technical schema name used for generated or maintained warehouse objects.
Layer Schema Layer that contains the schema.
Schema type Schema Controls the schema context and the object branches available beneath it.
Tables Schema contents Tables maintained in the schema.
Transformations Schema contents Transformations maintained in the schema.

How it is used in AnalyticsCreator

Use case Description
Define a database namespace Keep generated warehouse objects under a controlled schema name.
Group related objects Organize tables, transformations, references, and processing definitions by purpose.
Drive available actions Expose import, historization, export, transformation, table, or reference actions according to context.

Relationships

Related entity Relationship
Layer A schema belongs to one layer.
Table A schema contains tables.
Transformation A schema contains transformations.
Table reference References can be listed and maintained for tables in a schema.
Package content Import, historization, and export definitions can be associated with schema objects.

Where to configure

Configure or review this entity from the matching AnalyticsCreator user-interface area.

Related topics