pfx-api:refresh, pfx:dmRefresh - Refresh Data in Datamart
This component is used to refresh a specified Datamart object in Analytics (rundataload:DM_REFRESH
). If the attribute incrementalDate
is specified, the incremental version of rundataload is used.
Attributes | Description | Required by pfx:dmRefresh? | Required by pfx-api:refresh |
---|---|---|---|
| ID of the component used for the route name | yes | not available |
| Name of Datamart | yes | not available |
| Name of Datamart | not available | yes |
| Value with an incremental date | no | no |
Â
Example of use in camel-context.xml:
<to uri="pfx-api:refresh?targetName=DM.Prices"/>
<!-- or with incremental options -->
<to uri="pfx-api:refresh?targetName=DM.Prices&incrementalDate=2018-10-09T10:12:01"/>
Deprecated from 1.1.15
<pfx:dmRefresh id="refreshPricesDM" dataMartName="DM.Prices" incrementalDate="simple:property[incrementalDate]"/>
IntegrationManager version 5.8.0