- Using a single Workspace for an entire Organization, with all development and production pipelines hosted together.
- Using a Workspace per team. For example, you might have a Workspace for your Data Science team and a separate Workspace for your Data Engineer team, with each team’s Workspace hosting both production and development pipelines.
- Using a Workspace per project. For example, you might have a Workspace called “Sales Analytics Project” that hosts both production and development pipelines.
Create a Workspace
To create a Workspace, you must have an Organization-level role.
- New Astro UI
- Legacy UI
- In the Astro UI, go to Settings > Workspaces.
- Click + New Workspace.
Navigate your Workspace
- New Astro UI
- Legacy UI
The new Astro UI doesn’t have a separate Workspace view. To scope to a specific Workspace, use the Workspace dropdown in the Deployments, Dags, and Environment sections. To manage a Workspace’s settings, go to Settings > Workspaces, then select the Workspace.
Update general Workspace settings
- New Astro UI
- Legacy UI
- In the Astro UI, go to Settings > Workspaces, then select your Workspace.
- In the General section, click Edit, update the Name and Description as needed, then click Save.
- To set the CI/CD enforcement default, toggle CI/CD Enforcement in the Deployment Defaults section. This determines whether new Deployments in the Workspace enforce CI/CD deploys by default, and can be overridden at the Deployment level. See Enforce CI/CD deploys.
Set a default Deployment destination
A Workspace’s default Deployment destination is the cluster that new Deployments use when you don’t choose one yourself. It applies whether you create the Deployment in the Astro UI, with the Astro CLI, or with the Astro API. It also applies to ephemeral test Deployments in the Astro IDE. You can set one of two destination types:- Standard Cluster: A cloud provider and region. Astro creates new Deployments on a standard cluster in that region.
- Dedicated Cluster: A specific dedicated cluster. Astro creates new Deployments on that cluster.
- New Astro UI
- Legacy UI
- In the Astro UI, go to Settings > Workspaces, then select your Workspace.
- In the Deployment Defaults section, click Edit next to Cluster.
- For Type, select Standard Cluster and choose a Cloud Provider and Region, or select Dedicated Cluster and choose a cluster.
- Click Save.
- A standard destination appears as Standard with its cloud provider and region, such as Standard - GCP - europe-west1.
- A dedicated destination appears as the cluster’s name with its cloud provider and region.
- No default appears as Not set.
A default destination doesn’t restrict where Deployments run. Anyone who creates a Deployment can choose a different cluster type, cloud provider, region, or cluster. To require that all new Deployments use a dedicated cluster, see Enforce dedicated clusters for new Deployments.
How Astro resolves a Deployment’s destination
When you create a Deployment, Astro resolves the destination in the following order and stops at the first match:- The cluster, cloud provider, and region you choose when you create the Deployment.
- The Workspace’s default destination.
- The only cluster in the Organization, if the Organization has exactly one.
- A standard Microsoft Azure cluster in the default region. This last fallback doesn’t apply if your Organization enforces dedicated clusters.
--cluster-id or --cloud-provider to astro deployment create, or setting clusterId or cloudProvider in an API request, overrides the Workspace default.
If your Organization has more than one cluster and neither you nor the Workspace specifies a destination, Astro returns an error instead of choosing a cluster for you.
You can also set the default destination with the defaultClusterId, defaultCloudProvider, and defaultRegion fields in the Astro API. See Update Workspace.
Configure Otto investigation guidance
Otto investigation guidance is custom text you provide to tailor Otto investigations to your environment. For example, you can instruct Otto to treat tasks that begin withvalidate as non-blocking data quality tests, or to interpret a specific log pattern in a particular way. Guidance set at the Workspace level applies to every Deployment in the Workspace. Individual Deployments can override it. See Configure Otto investigation guidance for a Deployment.
- New Astro UI
- Legacy UI
- In the Astro UI, go to Settings > Workspaces, then select your Workspace.
- In the AI Agents section, click the Edit icon next to Otto Investigation Guidance.
- Enter up to 10,000 characters of markdown guidance, then save your changes.
Delete a Workspace
- New Astro UI
- Legacy UI
- In the Astro UI, go to Settings > Workspaces, then select your Workspace.
- Scroll to the Danger Zone section, then click Delete Workspace. This option isn’t available when there are active Deployments in the Workspace.
-
In the confirmation dialog, enter
deleteand then click Yes, Continue.
