- Introduce `SnowflakeHybridTableStorage` based on Unistore. Please note, Hybrid Tables are no longer available for Trial accounts, so it may not work with usual tests.
0.4.5
- Finalize debug message and exception handling when query plan is not available for running queries.
0.4.4
- Catch any exception during debug mode. Exception hierarchy and wrapping in Snowflake driver is very confusing.
0.4.3
- Introduce (temporary?) debug mode and debug logger to help identify rare issues with 504 Gateway Timeout response while loading query plan for very specific queries.
0.4.2
- Add explicit timeout for `query-plan-data` API requests. It should help to prevent queries running on overloaded warehouses from blocking other checks and timing out lambda.
0.4.1
- Fix calculation of amount of truncated lines during formatting.