Comments table mentions and tags fields, and calls source field deprecation
- Comments table: The
mentionsandtagsfields were added. Thementionsfield contains the Gong userId of all users mentioned in the comment with a @ sign. UserIds are separated by a comma. Thetagsfield contains all phrases in the comment that start with a #. Each tag is separated by a comma. - Calls table: On March 15th, the
sourcefield will be deleted from the Snowflake database. Currently, thesourcefield is deprecated and has been replaced with thesource_systemfield. This is to avoid having fields named with terms which are reserved words in some data warehouses. Existing data in thesourcefield will be copied to thesource_systemfield.
Fetched June 4, 2026

