SHOW WORKSPACES

Lists workspaces in the catalog, optionally filtered by a LIKE pattern.

Category: securityPrivilege: ManageWorkspacesDeltaForge extension

Syntax

SHOW WORKSPACES [LIKE '<pattern>']

Description

## Overview SHOW WORKSPACES returns a row per workspace with its name, storage root, comment, and creation timestamp. ## Access Control Requires the `ManageWorkspaces` privilege. ## Compatibility DeltaForge extension.

Parameters

NameTypeDescription
patternOptional LIKE pattern.

Examples

SHOW WORKSPACES;
SHOW WORKSPACES LIKE 'analytics_%';

See Also

Open in interactive docs →   DeltaForge home →