Refreshing an Environment
Ad-Hoc Job Execution
API
Refresh jobs can be triggered via our API. You can find more details about the REST API call and its requirements in our Start Job API reference page.
CLI (coa)
Refresh jobs can be triggered via our CLI tool coa
using coa refresh
. See our article here for more details.
Parallelism Limits
The parallelism parameter determines how many nodes are processed simultaneously (in parallel) by the Snowflake compute warehouse. The API allows a maximum limit of 64, while
coa
is uncapped.
Job Scheduling
Jobs can be run at set time intervals using a scheduler. See our article on Scheduling for details and examples.
Updated 4 months ago