Documentation
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Release Notes

2024-08-08

  • NativeApp health report is available.

2024-08-01

  • Billing service is enabled now.

2024-07-23

  • Fixed an issue in the replace tables hook were comments were not carried through.
  • New option in SHOW SUNDECK FLOWS TERSE=TRUE
  • Disallow dropping pin table when in use.
  • Allow side nav items to open tab.
  • SHOW SUNDECK LABELS returns correct error message now.
  • Fixed cryptic ‘Operation not supported’ error while trying to connect to private broker with missing accountId.
  • Enhance private broker to support SSL termination.
  • Querying views BROKERS, PINS, ROUNTINES in schema CATALOG incorrectly required ADMIN grant.
  • 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.
  • When Snowflake SSO is enabled, user is not allowed to change connection to a different Snowflake account in the UI until SSO is disabled. To disable SSO please see https://docs.sundeck.io/reference/ddl/sundeck-disable_snowflake_sso
  • Linking of NativeApp to private broker is allowed now. This can be achieved by running SELECT SUNDECK$LINK_NATIVE_APP()
  • Account Settings page information can now be found on Connections page.

2024-07-08

  • Fixed missing grant CREATE WAREHOUSE ON ACCOUNT TO APPLICATION SUNDECK in the help text.
  • Columns added to REPORTING.SUNDECK_QUERY_HISTORY view: SUNDECK_ACCOUNT_ID, DESCRIBE_ONLY, DESCRIBE_STATUS, DESCRIBE_ERROR.
  • Better error message when slack appplication is not linked to Sundeck tenant.
  • Excluded warehouse pools from account peak credit usage and noted in the help text that peak credits information is refreshed once an hour.
  • DESCRIBE_STATUS and DESCRIBE_ERROR columns were added to SUNDECK_QUERY_HISTORY for describe only queries.
  • Improvements for Connection Form: key/pair authentication is a default method now.
  • Improved performance of NativeApp linking.
  • Restore space between elements on ConnectionForm.

2024-07-01

  • SUNDECK_ERROR_CODE is correctly populated now in SUNDECK.REPORTING.QUERY_HISTORY when Sundeck DDL fails with an error.
  • Background task to clean up unused pinned tables and associated views and tasks in Native App was added.
  • Invalid warehouse pools configuration was throwing HTTP 500 error.
  • Bin Animation improvements:
    • don’t show tooltips for nodes that have disappeared
    • fixed label positions
    • hide tooltip when blurring the window
  • Improved error messages during linking of Native App. Instead of generic error, Snowflake specific error messages are returned.