An organization is the highest-level logical space in DeltaStream. The organization's administrator can invite people from outside to join the organization. The administrator can manage these people by assigning or rescinding roles. Users in an organization can then use the platform according to the permissions in their roles – for example, such as adding stores, creating databases and schemas, and writing queries.
Arguments
organization_name
The name of the organization to create.
Example
Create an organization
In the below example, a new organization is created with the name myorg.
<no-organization># CREATE ORGANIZATION myorg;+--------------+-------+----------+---------------------------------------+|Type|Name|Command|Summary|+==============+=======+==========+=======================================+|organization|myorg|CREATE|organization"myorg"wassuccessfully|||||created|+--------------+-------+----------+---------------------------------------+<no-db>/<no-store># LIST ORGANIZATIONS;+--------------------------------------+--------+-------------+-------------+--------------+--------------------+-------------------------------+|ID|Name|IsCurrent|IsDefault|Description|ProfileImageUri|CreatedAt|+======================================+========+=============+=============+==============+====================+===============================+|caab10ef-5c55-4e6b-906b-29a9dae9b74d|myorg|true|true|<null> |<null> |2024-07-0221:16:22+0000UTC|+--------------------------------------+--------+-------------+-------------+--------------+--------------------+-------------------------------+