Workspace
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. Each workspace has its own graph, storage locations, macros, node types, connection configuration, and Git branch. You can create multiple workspaces to work on different tasks and merge them into the codebase using Environments.
- All Coalesce development is completed in a Workspace.
- Objects are created and data is loaded and refreshed manually on-demand, either for individual objects or for subsets of or the full data pipeline.
- When a change is made to an object, such as adding or dropping a column or renaming a column, the object is dropped and recreated rather than altered.
- Deleted objects are not cleaned up with DROP in the backend instance.