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

  1. Ensure your coa config file (~/.coa/config) is populated correctly
  2. Open your terminal app
  3. 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

  1. Ensure your coa config file (~/.coa/config) is populated correctly
  2. Open your terminal app
  3. Find the run ID of your failed Refresh job (ex 815)
  4. coa rerun 815