PREVIEW: broker simulator. To enable, please contact Sundeck support.
2024-11-07
Autorouting and ‘Lookup Routing’ hooks now have ‘Default to Initial Warehouse’ option.
If the routing hook does not identify a route for the incoming warehouse, the query will be sent to user’s initial warehouse.
Private broker version 0.24 released
CVE-2024-5535 addressed
Pinned table refresh will not fail if the control plane is down
Default flow is always used now
Improvements in UI
More reliable menu expansion
Hook names can’t be edited anymore
Fixed unreadable x asis in Gantt chart and made some additional improvements
Long warehouse names are wrapped in listing
Hardened broker behavior with long lived driver sessions and retriable errors
Optimized refresh frequency for the situation where warehouse pool page was open in a browser
WAREHOUSE_LOAD_HISTORY view was added to exported database
New and improved reports for cluster utilizaition added
Fixed occasional problem with data duplication in some of the NativeApp internal views
Start using CREDITS_ATTRIBUTED_COMPUTE column from QUERY_ATTRIBUTION_HISTORY view in NativeApp reports
Fixed a problem where SUNDECK$DISABLE_AUTOROUTING_SHARE() did not drop underlying view
New column WAREHOUSE_OR_POOL column added to WAREHOUSE_LOAD_HISTORY view
2024-10-03
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.