Skip to main content

Step 3: Create a Workspace

Before creating a Workspace, you should make sure you have a Project created with version control. You can choose from username and password or OAuth.

A Workspace is a sandbox environment where you can complete the development of your data, refine, and perform preliminary validation before merging them into the codebase.

Workspace Best Practices

Create a Workspace

  1. Select the Project you want to create the Workspace in.

  2. Click Create Workspace.

  3. Give your Workspace a Name and Description(optional).

    This image shows a Create Workspace dialog box with a two-step process. Currently on step 1 Details, with step 2 Create Branch shown as inactive. The form includes required fields for Name (marked with an asterisk), Description, and Tag Color options with blue selected for background and light gray for text.
  4. Workspaces let you work in a branch in Git. You will need to select a current branch to make a new branch from. For example, if you want to create a branch off main, select main, then the commit you want to start from, and then in New Branch Name, enter the new branch name.

    The image shows the Create Workspace interface where a user can create a new branch from the main branch. The interface displays recent commits, including one labeled added a package committed 2 hours ago. The user is prompted to enter a new branch name before proceeding with the workspace creation, with the option to go back or create the workspace.
  5. Then click Create.

  6. Your new Workspace will be created with the new branch.


What's Next?

Review the Coalesce Fundamentals to learn more about: