EXECUTE

Purpose

Executes an action event for the specified scope. The default environment is Development.

Syntax

EXECUTE
(
(DEPLOYMENT [FOR [SOURCES "(" <sys>.<source> [{"," <sys>.<source>}] ")"] [ BUSINESS OBJECTS "(" <bo> [{ "," <bo> }] ")"]]
| (LOAD ALL SOURCES)
| (REBUILD BUSINESS OBJECTS)
| (REBUILD)
)
[IN <environment name>][ WAIT ]
";"

For an explanation of the syntax notation, see TinML Syntax Notation.

Usage Notes

Executions

DEPLOYMENT Deploys all valid sources and all valid business objects.
LOAD ALL SOURCES Loads data for all currently deployed sources and business objects.
REBUILD BUSINESS OBJECTS Rebuilds all business objects that are currently deployed in the data warehouse.
REBUILD

Rebuilds the whole data warehouse, including the Yotilla-managed landing zone.

This execution will delete all data currently stored in the data warehouse, including the Yotilla-managed landing zone. Recovery will not be possible unless the remote staging area has been defined as persistent.

Examples

EXECUTE DEPLOYMENT IN PRODUCTION;

Queue the DEPLOYMENT execution in the Production environment.

Expected result:

Execution queued.