EventTable
An event table captures events, including logged messages from functions and procedures.
Examples
Python
YAML
Fields
name
(string, required) - The name of the event table.cluster_by
(list) - The expressions to cluster data by.data_retention_time_in_days
(int) - The number of days to retain data.max_data_extension_time_in_days
(int) - The maximum number of days to extend data retention.change_tracking
(bool) - Specifies whether change tracking is enabled. Defaults to False.default_ddl_collation
(string) - The default collation for DDL operations.copy_grants
(bool) - Specifies whether to copy grants. Defaults to False.comment
(string) - A comment for the event table.tags
(dict) - Tags associated with the event table.
Last updated