Breadcrumbs

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

Name

Reference

Type

Required

Default

Options

Description

Client ID

DOMO_CLIENT_ID

Alphanumeric

None

-

Client ID of your organization's Domo App.

Secret

DOMO_SECRET_KEY

Password

None

-

Secret associated with the provided Client ID.

Dataset ID

DOMO_DATASET_ID

Alphanumeric

None

-

UUID of the dataset you want to download, typically found at the end of the URL.

Execution ID

DOMO_EXECUTION_ID

Alphanumeric

None

-

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