Script

Overview

Script is a package type that groups script transformations for execution.

Function

Use this type when processing is implemented through script transformations. Selecting it executes script-based transformation content.

When to use

Choose Script when processing is implemented through script transformations.

Behavior in AnalyticsCreator

Area Behavior
Configuration Assign supported script transformations to the package.
Processing The package runs the maintained transformation scripts.
Output The scripts create their configured results or side effects.

Type-specific properties

Property Description
Script transformations Transformations assigned to the script package.
Execution order Order controlled by package and dependency settings.
Dependencies Packages or objects required before execution.
Externally launched Indicates whether normal sequencing is bypassed.

Compatibility and limitations

The package cannot fully validate arbitrary script side effects.

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