Week of February 8, 2026
February 8, 2026
February 13, 2026 #
Added Claude Opus 4.5 and 4.6 to the list of available models when configuring a bring-your-own LLM with Anthropic as your provider.
February 11, 2026 #
Added support for enabling and disabling dbt Semantic Layer with the Enable semantic layer setting in the dbt settings.
Added the ability to paste images directly into the AI chat input from clipboard across all surfaces (chat page, dashboard, and workbook). Note that this feature currently works in Chrome and Safari, but not in Firefox.
Fixed an issue on the Users page where a crash would occur for organizations with large numbers of users.
February 10, 2026 #
Added a Cross-filtering setting in dashboard settings that allows you to enable or disable cross-filtering on a per-dashboard basis.
Added a quick connect feature that lets you paste a connection string URI (for example,
postgresql://user:pass@host:5432/db) to automatically create a database connection. The feature supports 12 dialects including PostgreSQL, MySQL, Snowflake, Databricks, and others, and parses credentials, host, port, database, and dialect-specific fields. Parse errors display inline without exposing passwords.Added new dashboard metadata variables to Markdown tiles:
{{metadata.createdAt}},{{metadata.createdBy}}, and{{metadata.lastUpdatedAt}}.You can now reference these variables in your text tile templates to display when the dashboard was created, who created it, and when it was last updated.