has_namespace
Check if a specified namespace exists in a given branch of the data catalog. Returns details about its availability.
Instructions
Check if a specified namespace exists in a given branch of the user's Bauplan data catalog using a namespace name and branch name.
Args: namespace: Name of the namespace to check for existence. ref: The ref, branch name or tag name to check the namespace on.
Returns: NamespaceExists: Object indicating whether the namespace exists with details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| ref | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace_name | Yes | ||
| ref_name | Yes | ||
| exists | Yes | ||
| message | Yes |