Snowflake Hybrid Table
This class stores result log data in a hybrid Snowflake table.
This storage method requires an active warehouse and it consumes some credits. But warehouse is only started when you have new results to store. If all results are old, this storage class retrieves data from query cache.
The final cost is proportional to frequency of newly reported matched queries. If notifications are relatively rare, the cost should be negligible.
Setup
Snowflake table storage requires you to create a table and to assign a warehouse for SnowKill administration user.
Please note the full name of created table. It should be passed to SnowflakeHybridTableStorage
constructor.
Example
Last updated