has_tag
Verify if a specified tag exists in your Bauplan data catalog to confirm data grouping and lineage.
Instructions
Check if a specified tag exists in the user's Bauplan data catalog using a tag name.
Args: tag: Name of the tag to check for existence.
Returns: TagExists: Object indicating whether the tag exists with details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_name | Yes | ||
| exists | Yes | ||
| message | Yes |