Skip to main content

Table Details

PropertyValue
Table Nameprovenance.raw.event_attributes
Table StatusProduction-Ready
Unique Keytransaction_hash, event_index, event_attribute_index
Clustering Key(s)to_date("block_timestamp")
Search Optimizationevent_type, key

Table Columns

Column NameData TypeDescription
block_hashVARCHAR(16777216)The hash of the block containing the transaction.
block_numberNUMBER(38,0)The number of the block in the blockchain.
block_timestampTIMESTAMP_NTZ(9)The timestamp when the block was created.
transaction_hashVARCHAR(16777216)The hash of the transaction.
transaction_indexNUMBER(38,0)The index of the transaction within the block.
event_typeVARCHAR(16777216)The type of event (e.g., message).
event_indexNUMBER(38,0)The index of the event within the transaction.
event_attribute_indexNUMBER(38,0)The index of the attribute within the event.
keyVARCHAR(16777216)The key of the event attribute (e.g., module).
valueVARCHAR(16777216)The value of the event attribute.
indexNUMBER(38,0)Boolean flag indicating if attribute is indexed.
_created_atTIMESTAMP_NTZ(9)The timestamp when the entry was created.
_updated_atTIMESTAMP_NTZ(9)The timestamp when the entry was updated.