Description:
Defines custom labels, tags, or metadata used across the platform for categorization, filtering, or behavior extension. Annotations can carry dynamic properties and support various use cases depending on context.
🔑 Primary Key
id
| Field Name | Data Type | Description |
|---|---|---|
id |
NUMBER | Unique identifier for the annotation. |
name |
TEXT | Name or label of the annotation. |
properties |
VARIANT | Additional metadata or structured data related to the annotation. |
dtype |
NUMBER | Discriminator type for the annotation, used to identify subtypes or variants (e.g. TAG, LABEL). |
_snowflake_inserted_at |
TIMESTAMP_NTZ | System timestamp when the record was inserted into Snowflake. |
_snowflake_updated_at |
TIMESTAMP_NTZ | System timestamp when the record was last updated in Snowflake. |
_snowflake_deleted |
BOOLEAN | True if the record was deleted in the source. |