Jae Wilson @DataCrew
Domo

Domo Sandbox - for implementing Version Control and DEV/PROD workflows

June 9, 2023

Managing changes to Domo workflows without a versioning strategy means every edit is immediately live — one misconfigured dataflow and production breaks. Domo Sandbox gives you the DEV/PROD separation that data teams have needed since day one.

Why It Matters

Without Sandbox, Domo operates as a single environment: changes happen in production, testing is guesswork, and rollbacks are manual and painful. Sandbox introduces a structured promotion path — build in DEV, validate, then push to PROD — so your downstream consumers stop seeing broken pipelines mid-day. More critically, it enables teams to work in parallel: one analyst can iterate on new logic while production continues running the stable version uninterrupted.

What You'll Learn

  • Set up Domo Sandbox to create isolated DEV and PROD environments within your instance
  • Use Linked Repositories to attach new DEV workflows to existing PROD workflows without disrupting live data
  • Understand how Sandbox mirrors Git-style version control concepts (branches, commits, promotion)
  • Structure a CI/CD workflow natively in Domo without external tooling
  • Manage QA checkpoints before any changes reach production consumers