Platform
UI/UX
Unload from Workspace Now Available for SQL Workspaces
The Unload from Workspace feature is now supported for SQL workspaces, in addition to container-based workspaces (e.g. Jupyter, R).

Unload from Workspace can now be used in SQL workspaces, with support for both Snowflake and BigQuery. To use the feature, make sure you have Output Mapping defined in your configuration.
Use Case
This can be useful when you want to save a table from your workspace to Storage after working with it—for example, to preserve it for later analysis, create a snapshot, or continue with further processing outside of the workspace.
Limitations
- Only newly created tables in the workspace can be unloaded
- Attempting to unload tables that were originally loaded into the workspace may end up with an error due to
_timestamp
columns