Tag
Tag
pydantic-model
Fields:
-
name(str) -
short_description(str) -
description(str) -
color(str) -
permission(TagPermission)
name
pydantic-field
name
Name representing the tag in the data set catalog and other pages.
short_description
pydantic-field
short_description
Short description of the tag to be presented in the user interface.
description
pydantic-field
description
Detailed description of the tag to be presented in the user interface.
color
pydantic-field
color = '#000000'
Color to be associated with this tag in the user interface.
TagPermission
Tag permission level.
PUBLIC
class-attribute
instance-attribute
PUBLIC = 'public'
Any user can access the datasource marked with this tag.
RESTRICTED
class-attribute
instance-attribute
RESTRICTED = 'restricted'
Only users with the set permission of this tag can access the datasource marked with this tag. If the datasource is marked with multiple restricted tags, the user must have the permission of at least one of them to access the datasource.