Skip to content

Latest commit

 

History

History
 
 

release-notes-4-1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Release Notes for Superset 4.1.0

Superset 4.1.0 brings a range of new features and quality of life improvements. This release is a minor version, meaning it doesn't include any breaking changes. However, users of basic Superset docker images like 4.1.0 should see the note at the bottom of this file about changes to those builds.

Highlights

Here are some of the highlights of this release.

Big Number With Time Period Updates

We released a Big Number with Time Period Comparison chart as part of Superset 4.0. With the latest update, there are now color options for comparisons. The chart now also uses standardize controls such that when switching charts will maintain the selected metrics. To enable the new chart, you'll need to enable the CHART_PLUGINS_EXPERIMENTAL feature flag.

Image

Table with Time Comparison

Added functionality to do table time comparisons behind the CHART_PLUGINS_EXPERIMENTAL feature flag. This will help improve and facilitate efficient data analysis.

Image

New ECharts Versions

The new ECharts Heatmap has been added. Compared to the legacy Heatmap, it has more accurate percentage calculations, server side sorting to respect row limits, and a more interactive legend control that allows selecting a subset of values.

Image

We also added a new ECharts Histogram chart. The new chart will help visualize patterns, clusters, and outliers in the data and provides insights into its shape, central tendency, and spread.

Image

A new Echarts Sankey chart now exists. The chart visually tracks the movement and transformation of values across system stages.

Image

You can use the CLI command to migrate Area, Bubble, Line, Sankey, Heatmap, and Histogram chart types but we'll add more as the ECharts migrations continue. Note that migrations for deprecated charts may be forced in upcoming major versions when the code is removed. Running migrations earlier will allow you to de-risk future upgrades while improving user experience.

Usage: superset viz-migrations [OPTIONS] COMMAND [ARGS]...

  Migrates a viz from one type to another.

Commands:
  downgrade  Downgrades a viz to the previous version.
  upgrade    Upgrade a viz to the latest version.

Note: When migrating dashboards from one Superset instance to another (using import/export features or the Superset CLI), or restoring a backup of prior charts and dashboards, Superset will apply the existing migrations that are used during version upgrades. This will ensure that your charts and dashboards are using the latest and greatest charts that Superset officially supports. For any migration issues, feel free to open a new issue in the repo.

Improved Upload Forms

We've made design changes to the CSV, Excel, and Columnar upload modals to improve user experience and to be more performant. The new designs has the following goals:

  • Improved error handling.
  • Better backend parameter validation.
  • More aligned with our other modal dialogs

CSV

Image Image Image Image

Excel

Image Image Image Image

Columnar

Image Image Image

OAuth2 For Databases

You now have the ability to enable OAuth2 for databases like BigQuery, Snowflake, Dremio, Databricks, Google Sheets, etc. When enabled, it will allow users to connect to Oauth2 enabled databases with their own credentials.

Catalog Support For Databases

Added support for the catalog heirachy for databases that support it, such as BigQuery (projects), Databricks, Presto, Snowflake, and Trino. Once enabled, users will see catalogs when selecting tables in SQL Lab, datasets, and when setting up Data Access Roles

Slack Upload Files V2 API Updates

As part of [SIP-138] Proposal for Slack file upload V2 integration for Alerts and Reports we now have support for Slack file upload files v2 API call. This feature is behind the feature flag ALERT_REPORT_SLACK_V2 and also changes the Slack channel to a selector. You may also need to add the following scopes (channels:read, group:read) to your Slack bot to work.

Image

Total and Percentages In Tooltips For ECharts

Users can now see both the total and percentage in tooltips for ECharts.

Image

Additional Metadata Bar To Dashboards

There is now a metadata bar added to the header of dashboards. This will now show viewers of the dashboard both the owners and last modified time of the dashboard.

Change to Docker image builds

Starting in 4.1.0, the release's docker image does not ship with drivers needed to operate Superset. Users may need to install a driver for their metadata database (MySQL or Postgres) as well as the driver for their data warehouse. This is a result of changes to the lean docker image that official releases come from; see Docker Build Presets for more details.