has_branch
Checks if a specific branch exists in the Bauplan data catalog, enabling validation of branch names before operations.
Instructions
Check if a specified branch exists in the user's Bauplan data catalog using a branch name. Check if a specific branch exists in the Bauplan catalog.
Args: branch: Name of the branch to check for existence.
Returns: BranchExists: Object indicating whether the branch exists with details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch_name | Yes | ||
| exists | Yes | ||
| message | Yes |