Snowflake Table
This class stores result log data in a common Snowflake table.
It does NOT use Unistore, since Unistore is still in private preview and not available for majority of Snowflake accounts.
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 will be proportional to the 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 SnowflakeTableStorage
constructor.
Example
Last updated