Skip to main content

Workspace

An Ascend Workspace is a development environment for data engineers to build Flows (data pipelines). Data engineers work in a Workspace to iterate on code in a Project, running and validating Flows as they go. Once satisfied, they promote changes through Deployments.

Workspace tour

Key areas of your Workspace:

  1. Build panel
  2. Files panel
  3. Source control panel
  4. Workspace settings
  5. Build info panel
  6. Flow Graph
  7. Search bar
  8. Otto sparkles icon

workspace

Comparison with Deployments

A Workspace differs from a Deployment in two key ways:

  • Code in Deployments is read-only
  • Deployments have Automations enabled

Each developer works in their own Workspace, merging changes into a Deployment (usually in the Development Environment).

Next steps