create_namespace
Create a data namespace within a specific branch of the Bauplan catalog to organize and structure your datasets.
Instructions
Create a new namespace in a specified branch of the user's Bauplan data catalog using a namespace name.
Args: namespace: Name of the namespace to create. branch: Branch name where the namespace will be created. Must follow the format <username.branch_name>.
Returns: NamespaceCreated: Object indicating success/failure with namespace details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| branch | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| created | Yes | ||
| namespace | Yes | ||
| branch | Yes | ||
| message | No |