CLI Refresh
Refresh is used to run data transformations, typically DML commands (Merge, Insert, Truncate, etc). See Deployment and Refresh for information on refresh. Note that deployment must happen on a environment before refresh is possible.
Syntax
coa refresh [options]
Additional Options
Type coa help refresh
to see all available options.
Example Usage
- Ensure your coa config file (
~/.coa/config
) is populated correctly - Open your terminal app
coa refresh
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.
Example Usage
- Ensure your coa config file (
~/.coa/config
) is populated correctly - Open your terminal app
- Find the run ID of your failed Refresh job (ex
815
) coa rerun 815
Updated about 2 months ago