Jae Wilson @DataCrew
Domo

Domo Sandbox + Publish || manage code promotion, QA workflows, and content distribution

June 15, 2023

Hook

Promoting Domo content from a DEV instance to PROD without breaking existing workflows — or accidentally overwriting live logic — is one of the trickier operational challenges in Domo development. Sandbox with Linked Repositories solves this cleanly.

Why It Matters

Without a structured promotion workflow, DEV changes get manually replicated to PROD, QA happens in production, and rollback means reconstructing DataFlows from memory. Domo Sandbox brings version control semantics to Domo content — commit, branch, and promote — so teams can maintain a clean separation between development and production environments. Linked Repositories specifically solve the case where a new DEV component needs to be wired into an already-deployed PROD workflow without rebuilding from scratch.

What You'll Learn

  • Set up a Sandbox repository and connect it to your Domo instance for version-controlled content promotion
  • Use Linked Repositories to attach DEV workflows into existing PROD workflows
  • Understand how Domo Sandbox models CI/CD patterns — what maps to Git concepts and what doesn't
  • Structure a DEV → QA → PROD pipeline for Domo DataFlows, datasets, and related content
  • Avoid common promotion pitfalls when content dependencies span both environments