CLI Refresh
Refresh is used to run data transformations, typically DML commands (Merge, Insert, Truncate, etc). See Deployment and Refresh for information on refresh.
Syntax
coa refresh [options]
Additional Options
Type coa help refresh
to see all available options.
Failed Refreshes / Jobs
If you have refresh that was not successful, you can rerun it with the following command -
coa rerun <runID>
This only works on failed Refreshes, and only the nodes that previously failed will be run.
Updated 3 months ago