Optimised memory usage for pin refresh with large queries.
Fixed token refresh validity and propagated Snowflake error correctly.
fixed Gant Chart Plugin showing lanes for non-existent data.
Fixed wrong order in variables for dynamic sql in autorouting task.
Broker internal queries are now automatically retried in case of 5xx errors from Snowflake and do not generate a user-facing error if they succeed on retry.
Improved error messages for invalid definition of network policy.
Template substitution for a sql statement using jinja2-like templating syntax based on Django is now available as part of experimental feature
(see ‘Templating Engine (Experimental)’ pre-hook in the Broker UI section)
Billing subscriptions are enforced now
When snowflake user is disabled correct error message is displayed on the Connection screen.
2024-08-22
Columns where renamed to be more descriptive in REPORTING.AUTOROUTING_HISTORY view.
New column WAREHOUSE_POOL was added to REPORTING.AUTOROUTING_HISTORY view.
Improved scaling down of a warehouse in autorouting model.
Autorouting model behavior was updated to consider all query instances that match targeted hash.
String values in the column REPORTING.AUTOROUTING_HISTORY.TARGET_WAREHOUSE_SIZE are now matching those in SNOWFLAKE.QUERY_HISTORY.WAREHOUSE_SIZE.
Fixed an error when ALTER SUNDECK VIEW PIN=TRUE REFRESH_FREQUENCY_SECONDS=60; was executed for the first time.
New column ROUTINE_HOOKS was added to the output of SHOW SUNDECK ROUTINES and new column HOOKS added to SHOW SUNDECK FLOWS.
These columns expose hooks in json format.
2024-07-15
DESCRIBE_ONLY boolean column was added to OPSCENTER.REPORTING.SUNDECK_QUERY_HISTORY to indicate whether query is describe only.