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
-
Select the Project you want to create the Workspace in.
-
Click Create Workspace.
-
Give your Workspace a Name and Description(optional).
-
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.
-
Then click Create.
-
Your new Workspace will be created with the new branch.
What's Next?
Review the Coalesce Fundamentals to learn more about: