Skip to main content
Skip table of contents

Domo - Check Refresh Status (Deprecated)

Overview

This Blueprint has been deprecated. Please use the vendor's "Trigger" Blueprint and set the "Wait for Completion" option to "True". Using this new option is free, more stable, and will complete faster. Read more about this change [here](https://www.shipyardapp.com/blog/orchestrate-data-tools-free). Check the job status of a dataset that has recently been refreshed in Domo. **Recommended Setup:** 1. A Vessel built with this Blueprint should be paired with guardrail retries. This will allow the Vessel to continually check for status until a final result is found. 2. This Vessel should run immediately after a Vessel built with the _Domo - Trigger Dataset Refresh_ Blueprint. With this setup, you can leave the Execution ID field blank and this Vessel will check for the results of the recently created job.

Variables

NameReferenceTypeRequiredDefaultOptionsDescription
Client IDDOMO_CLIENT_IDAlphanumericNone-Client ID of your organization's Domo App.
SecretDOMO_SECRET_KEYPasswordNone-Secret associated with the provided Client ID.
Dataset IDDOMO_DATASET_IDAlphanumericNone-UUID of the dataset you want to download, typically found at the end of the URL.
Execution IDDOMO_EXECUTION_IDAlphanumericNone-The ID of a specific execution you check the status of. If left blank, will try to find the execution ID from an "Refresh Dataset" Vessel that ran upstream.

YAML

Below is the YAML template

YAML

source:
  template: Domo - Check Refresh Status (Deprecated)
  inputs:
    DOMO_CLIENT_ID:
    DOMO_SECRET_KEY:
    DOMO_DATASET_ID:
    DOMO_EXECUTION_ID:
  type: TEMPLATE
guardrails:
  retry_count: 12
  retry_wait: 0h5m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - 200
    - 201
    - 203
    - 204
    - 205
    - 210
    - 211

      
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.