Changelog

Week of February 22, 2026

February 22, 2026

February 27, 2026 #

  • Added support for Markdown columns in table visualizations, which allow you to format and style cell content using Markdown syntax. Note: This feature is still in development and is not yet available in-app.

  • Added support for uploading Markdown (.md) files to AI chat. Previously, Markdown files had to be renamed as .txt files to be valid uploads.

  • Fixed the merge branch API endpoint to restrict the force_override_git_settings parameter to Connection Admin and above roles; other users will receive a 403 Forbidden response. Previously, Modelers could use this parameter via API or PAT to bypass PR-required and git-follower protections, even though they cannot modify git settings in the UI.

February 26, 2026 #

  • Added a force query parameter to the DELETE /api/unstable/folders/{folderId} endpoint that enables you to recursively delete folders containing documents and sub-folders. When force=true, all documents in the folder tree are archived to trash and all sub-folders are deleted in a single transaction. For safety, force delete returns a 400 error if the folder tree contains more than 100 total items. Learn more in the API documentation.

  • Added a new POST /api/v1/uploads endpoint that allows you to upload a CSV file to create a new data source.

  • Added percentage tooltips to Sankey charts. You can now enable the Show percentages toggle in the Sankey editor's tooltip settings to display percentage breakdowns in your chart tooltips. Additionally, the node tooltip label has been renamed from Total to Value for clarity.

February 25, 2026 #

Added support for Databricks Lakebase as a new connection type.

February 24, 2026 #

  • Added search and filter functionality for branches. You can now search branches by name in the Branches table, and when you have 10 or more branches in the IDE, a Search branches... option appears in the branch selector dropdown to help you quickly find the branch you need.

  • Markdown tiles and visualizations now include a prefers-dark class name when you're viewing in dark mode, allowing you to write custom CSS that targets light and dark mode separately.

February 23, 2026 #

Added a new Multi-Field Filter control type that allows you to create OR filters across multiple fields in workbooks. You can now build queries like Country is USA OR Gender is Female by clicking the + Field button in filter popovers.

Note: This feature is still in development.