Can I modify clustering keys in my own Snowflake account without creating problems in my Panther Console?
You can modify the clustering key on any table you see fit. Note, however, that most of the tables are clustered on the hour of p_event_time
because that is the rough order in which we insert data via Snowpipe.
Ensure that Automatic Clustering is not left on, as the cost of data clustering could increase if you deviate from some amount of event time ordering.