CREATE GROUP
Applies to: Databricks SQL
Databricks Runtime
Creates a workspace-local group with the specified name, optionally including a list of users and groups.
Syntax
CREATE GROUP group_principal
[ WITH
[ USER user_principal [, ...] ]
[ GROUP subgroup_principal [, ...] ]
]
Parameters
-
The name of the workspace-local group to be created.
-
A user to include as a member of the group.
-
A workspace-local subgroup to include as a member of the group.