public-data-docs

Table: GUSERS_ANNOTATIONS

Description:

A many-to-many join table linking annotations to users (gusers).

🔑 Primary Key

Composite of annotation_id + guser_id

Field Name Data Type Description
annotation_id NUMBER Reference to the associated annotation.
guser_id NUMBER Reference to the guser linked to the annotation.
_snowflake_inserted_at TIMESTAMP_NTZ Timestamp when the record was inserted into Snowflake.
_snowflake_updated_at TIMESTAMP_NTZ Timestamp of last record update in Snowflake.
_snowflake_deleted BOOLEAN True if the record was deleted in the source.