Persisting

Overview

Persisting is a package type that groups transformation-to-table persisting definitions.

Function

Use this type when transformation output must be stored physically. Selecting it executes persisting content.

When to use

Choose Persisting when transformation output must be stored physically.

Behavior in AnalyticsCreator

Area Behavior
Configuration Add persisting definitions that connect transformations to target tables.
Processing The package evaluates the transformation and writes its result to the persisting table.
Output Persisting tables are refreshed or loaded according to their definitions.

Type-specific properties

Property Description
Persisting content Transformation-to-table definitions assigned to the package.
Transformation Source logic that produces the rows.
Target table Physical table that receives the result.
Dependencies Required upstream packages and transformations.

Compatibility and limitations

Transformation output must remain compatible with the target table.

Relationships

Related entity Relationship
Package The package type determines the package's allowed content and processing role.
Deployment Deployments can include packages that must be generated or executed.
Workflow Workflow packages coordinate other packages.

Where to configure

Related topics