Skip to main content

Domo - Download Card to Shipyard

Overview​

Download a card from Domo as a CSV, XLSX, or PPT file. Typically used for pulling live data and sending the output to a messaging service, like Email or Slack.

Authentication can be provided with either an access token or a combination of username and password. If both are provided, access token will be preferred.

Variables​

NameReferenceTypeRequiredDefaultOptionsDescription
Access TokenDOMO_ACCESS_TOKENPasswordβœ…--Access token to authenticate with Domo. Used in place of username/password.
Domo InstanceDOMO_INSTANCEAlphanumericβœ…--Typically found in the URL structure as https://DOMOINSTANCE.domo.com
Card IDDOMO_CARD_IDAlphanumericβœ…--Numeric ID of the card you want to download, typically found at the end of the URL.
Download AsDOMO_FILE_TYPESelectβœ…csv.csv: csv

.xlsx: excel

.ppt: ppt

File format to download the specified card as.
File NameDOMO_DESTINATION_FILE_NAMEAlphanumericβœ…--File name that will be created for the card being downloaded. Include the extension.
Folder NameDOMO_DESTINATION_FOLDER_NAMEAlphanumericβž–--Folder where the file will be created. Leave blank to store in the current working directory

YAML​

Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.

source:
blueprint: Domo - Download Card to Shipyard
inputs:
DOMO_ACCESS_TOKEN: null ## REQUIRED
DOMO_INSTANCE: null ## REQUIRED
DOMO_CARD_ID: null ## REQUIRED
DOMO_FILE_TYPE: csv ## REQUIRED
DOMO_DESTINATION_FILE_NAME: null ## REQUIRED
DOMO_DESTINATION_FOLDER_NAME: null
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '201'
- '203'
- '101'
- '102'
- '103'
- '105'
- '116'