Repository extension

Overview

Repository extension is a SQL script type that extends or customizes the AnalyticsCreator repository through SQL.

Function

Use this type when repository-specific objects or logic must be added or updated. Selecting it executes as repository extension processing.

When to use

Choose Repository extension when repository-specific objects or logic must be added or updated.

Behavior in AnalyticsCreator

Area Behavior
Configuration Assign the Repository extension type, sequence number, statement, and active status.
Processing AnalyticsCreator can apply active repository extension scripts to the repository.
Output The repository receives the custom schema objects, procedures, or logic defined by the script.

Type-specific properties

Property Description
Sequence number Execution order among repository extension scripts.
Statement SQL applied to the repository.
Inactive Controls whether the script is skipped.
Description Purpose and ownership of the repository extension.

Compatibility and limitations

Repository extension scripts can change repository behavior and must be reviewed carefully before execution.

Relationships

Related entity Relationship
SQL Script The script type defines the execution stage for the script.
Workflow Pre- and post-workflow scripts run around workflow processing.
Deployment Pre- and post-deployment scripts run around deployment processing.

Where to configure

Related topics