-
Notifications
You must be signed in to change notification settings - Fork 74
}bedrock.cube.data.save
lotsaram edited this page Apr 24, 2020
·
1 revision
This process save data to disk for the cubes provided in parameter.
Use Case: Intended for Development or production.
- This process would be used any time data for a specific cube need to be saved (i.e.: After a data loading to save a specific cube or or for manual entry cubes).
Note:
Naturally, a valid cube name (pCube
) is mandatory otherwise the process will abort. Wildcards and lists are acceptable.
This process will save data for a cube.
Parameter | Data Type | Default | Prompt Text |
---|---|---|---|
pLogOutput |
Numeric | 0 |
OPTIONAL: write parameters and action summary to server message log (Boolean True = 1) |
pCube |
String | REQUIRED: Save data for this cube (Separated by Delimiter, Accepts Wild card) | |
pDelim |
String | & |
OPTIONAL: Delimiter |
Process doesn't call any dependencies.
test sidebar