create_tag
Create a new tag in a specified branch of your Bauplan data catalog to mark a version for traceability and rollback.
Instructions
Create a new tag in a specified branch of the user's Bauplan data catalog using a tag name. Create a new tag in a specific branch of the user's Bauplan catalog.
Args: tag: Name of the tag to create. from_ref: Reference (branch or commit) from which to create the tag.
Returns: TagCreated: Object indicating success/failure with tag details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | ||
| from_ref | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| created | Yes | ||
| tag | Yes | ||
| from_ref | Yes | ||
| message | No |