Extracts WebCatalog objects from an OAC server to the file system. This operation is only supported for package-projects.
This operation is especially useful to automate the syncing of catalog items to a source control management system.
Endpoint Tip
This operation uses HTTP operations to communicate remotely to the OAC server, and therefore, can be executed on any endpoint (including LOCALHOST).
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OAC Server Host |
| Yes | The server hostname for Oracle Analytics Cloud. |
OAC Server User |
| Yes | The user to log into Oracle Analytics Cloud. User must have BI Service Administrator role to unarchive catalog. |
OAC Server Password |
| Yes | The password for the user to log in to Oracle Analytics Cloud. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OAC WebCat Object Path |
| Yes | The WebCatalog path to be recursively exported. Separate folders with a forward slash (/) (e.g. /shared/Custom/Financials). Default value is "/shared/Custom". |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Export Folder | FDOAC_INP_EXPORT_FOLDER | No | Absolute or relative target folder path. Relative path will be assumed in FD_TEMP_DIR. |
Copy Object Permissions |
| Yes | Copy object with current permissions. If false, parent folder permissions in the deploy environment will be used. |
Keep Timestamps |
| No | Export object with timestamp details. |
Artifacts
This operation does not produce any artifacts.
Endpoint Selection
This operation delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated to the target. Selecting a specific resource will result in the selection of endpoints associated with the target which have that resource defined.
Endpoint Execution
This operation delegates endpoint execution to the workflow developer. The workflow editor will default to "Any", which will execute on any one of the selected endpoints, which will be randomly picked from selected endpoints or a specific endpoint where the previous step may have been executed. Changing this value to "All" will result in execution on all selected endpoints.