Accelerate the Value of Data

Activity log datasets for Snowflake

Learn about the activity log datasets for Snowflake.

This table holds data for all activities. Use these datasets to view your activity log metadata.
FieldDescriptionData type/Mode
activityIDThe unique ID associated with each activity.Data type: STRING

Mode: NULLABLE

activityUserThe User ID or mail address of the user.Data type: STRING

Mode: NULLABLE

activityMethodThe API method user. For example, PUT, GET, POST.

Data type: STRING

Mode: NULLABLE

activityURLThe API used to do the activity.

Data type: STRING

Mode: NULLABLE

activityClientTypeThe type, Reltio UI or API, used to complete the activity.

Data type: STRING

Mode: NULLABLE

activityLabelThe labeling client interactions. For example, USERSEARCH, USERPROFILEVIEW, USERLOGIN.

Data type: STRING

Mode: NULLABLE

activityDescriptionThe description of the activity.

Data type: STRING

Mode: NULLABLE

activityTimestampThe timestamp of the activity.

Data type: TIMESTAMP

Mode: NULLABLE

activitySourceThe source of the activity.

Data type: STRING

Mode: NULLABLE

items

Data type: RECORD

Mode: REPEATED

This table holds data for the items of an activity.
FieldDescriptionData type/mode
idThe id of the item.

Data type: STRING

Mode: NULLABLE

objectUriThe URI of the entity object. For example, entities/3e7lElG.Data type: STRING

Mode: NULLABLE

objectTypeThe type of the object. For example, configuration/entityTypes/Location.

Data type: STRING

Mode: NULLABLE

objectLabelThe mapping objects with label.

Data type: STRING

Mode: NULLABLE

objectValueThe value of the object.

Data type: STRING

Mode:NULLABLE

startObjectUriThe uri of the start object.

Data type: STRING

Mode:NULLABLE

startObjectLabel Mapping of objects with label.

Data type: STRING

Mode:NULLABLE

endObjectUriThe uri of the end object.

Data type: STRING

Mode:NULLABLE

endObjectLabelMapping of objects with label.

Data type: STRING

Mode:NULLABLE

eventIdThe ID associated with each event.

Data type: STRING

Mode:NULLABLE

eventTypeThe type of event. For example, ENTITY_CREATED, ENTITY_CHANGED, or ENTITY_REMOVED.

Data type: STRING

Mode:NULLABLE

tagsThe tags associated with the event.

Data type: STRING

Mode:REPEATED

nonFilteringThe list of fields of the event, which cannot be filtered. This is a compressed JSON object mapping that contains all fields of the item that don't have a separate column.

Data type: STRING

Mode:NULLABLE

deltaAttributeTypesThe attribute type. This is created only if the indexActivityDelta parameter in the tenant storage configuration is set to true.

Data type: STRING

Mode:REPEATED

deltaSourcesThe source of the event. This is created only if the indexActivityDelta parameter in the tenant storage configuration is set to true.

Data type: STRING

Mode:REPEATED

deltaNewValuesThe new values.This is created only if the indexActivityDelta parameter in the tenant storage configuration is set to true.

Data type: STRING

Mode:REPEATED

deltaOldValuesThe old values.This is created only if the indexActivityDelta parameter in the tenant storage configuration is set to true.

Data type: STRING

Mode:NULLABLE

_urisThe list of URIs for GDPR filtering.

Data type: STRING

Mode:NULLABLE