2026 Alation Frontend Releases

Alation Frontend Release February 25, 2026

Frontend Version: 1.2

Build: 10.951.1-patch.0-36123

Previous Version: 10.901.0

New Features

Data Products App

  • AL-225497: When creating a data product, users can now add join information for the tables included in the data product. Adding join information provides additional context for data analysts on how the dataset is structured and intended to be used. It also enhances Data Product Chat by supplying relationship context, enabling more accurate and efficient responses to queries.

  • AL-224519: When users add join information, the UI now displays a confirmation dialog before users can delete a table or join.

  • AL-218924: Users can now request suggestions to improve their data products and either apply, re-request, or reject these changes via the UI in Data Product Marketplace.

    • On the Manage My Data Products page, each row has a Suggest Improvements option in the dropdown menu.

    • On a Data Product details page, the same option is present in the dropdown menu.

    • On the Data Product management page, there is a banner with the same capability.

    The improvements result in updated data product description and title, as well as including additional metadata about the data assets.

  • AL-215922: Added a text field that allows users to provide a URI override when authenticating with a data source to chat with data in a data product. The URI override can include parameters that differ from those defined in the data product’s default delivery system URI, providing greater flexibility in authentication and connection configuration.

  • AL-210281: Improved an experience where the credential status pill displayed Connected even after the connection had timed out. This caused confusion, as users interpreted Connected to mean the session was still active. With this update, the credential status more accurately reflects the current connection state, reducing confusion and preventing unexpected errors during chat interactions.

Agent Studio

  • AL-224689: Previously, Agent Studio only supported configuring SMTP tools, limiting the types of external integrations available to AI agents. Users who wanted agents to interact with REST APIs had no way to set that up through the UI. The Tool Editor dialog now supports creating and editing REST (HTTP) tools alongside existing SMTP tools. Users can configure an endpoint URL, HTTP method (GET, POST, PUT, PATCH, DELETE), request timeout, and an input parameter JSON schema that tells the LLM what parameters the tool accepts. Three authentication methods are available: API key (via custom header), basic authentication, and OAuth 2.0 client credentials.

    • Custom HTTP headers can be added to any request. An Edit as JSON option allows power users to view and modify the full tool configuration directly.

    • Additionally, a bug was fixed where switching LLM models in the agent editor could leave stale model-specific configuration (such as OpenAI reasoning effort) attached to the agent, potentially causing unexpected behavior.

  • AL-214124: Tool approval workflow for agent-initiated actions:

    • Previously, when agents with tools requiring approval attempted to execute tools during conversations, users had no way to review and approve the tool calls. This prevented administrators from implementing governance controls on sensitive tool usage and limited transparency in agent workflows.

    • With this update, the chat UI displays an interactive approval card whenever an agent requests to use a tool marked as requiring approval. The card shows the tool name and input parameters in a collapsible view, allowing users to review the request before approving or canceling it. If approved, the agent proceeds with the tool call and continues the conversation. If canceled, the tool is not executed. Approval cards appear inline in the chat when an agent attempts to use a tool that requires approval. The approval state is tracked per tool call, allowing multiple sequential approvals within a single conversation. No duplicate user messages are generated when approving or rejecting tool calls.

  • AL-225396: Introduced a new MCP Servers page in the Agent Studio that lets users create, edit, and delete MCP servers.

  • AL-224852: Improved the user experience for form validation.

  • AL-223991: Agent Studio workflow scheduling now supports OAuth authorization:

    • Agent Studio workflows can now securely connect to external services that require OAuth authentication when running scheduled executions. Previously, users could only schedule workflows that didn’t require authentication or used basic authentication methods. With this enhancement, workflows that integrate with OAuth-protected APIs (such as Google Workspace, Microsoft 365, or custom enterprise services) can now run on a schedule with proper authorization.

    • When creating or managing scheduled workflow runs, users are guided through an OAuth authorization flow that securely stores access tokens. The system automatically monitors token expiration and alerts users when re-authorization is needed, ensuring scheduled workflows continue running without unexpected failures. Authorization status is clearly displayed with contextual alerts:

      • Authorization Required: When no valid authorization exists, users see a clear message with an Authorize button to initiate the OAuth flow

      • Authorization Expired: When tokens expire, a warning alert appears with a Re-authorize button to refresh access

      • Valid Authorization: When properly authorized, users can create, edit, and manage scheduled workflow runs without interruption

    • Server and Catalog Admins can also revoke authorization through the schedule settings menu if credentials need to be reset or removed. All authorization flows include built-in security measures to prevent cross-site scripting (XSS) attacks and sanitize error messages.

    This enhancement makes scheduled workflow automation more accessible for enterprise integrations that rely on modern OAuth 2.0 authentication standards, reducing manual intervention and improving reliability for production workflows.

Other Improvements

  • AL-224212: Lineage: Addressed an issue where the user impersonation banner overlapped and obstructed the Lineage view, making it difficult to access key information. The update resolves a z-index conflict by adjusting the layering of the impersonation banner, ensuring the Lineage view displays correctly and remains fully accessible.

  • AL-223989: Ask Alation: An AI disclaimer is now displayed when using the Ask Alation feature to clarify that responses are AI-generated.

  • AL-221127: Ask Alation: Previously, enabling the Ask Alation toggle disabled the live search dropdown entirely. With this update, the search dropdown now appears when users enter text in the search bar, even when Ask Alation is enabled. This allows users to quickly access standard search results for simple queries, without waiting for an AI-generated response.

  • AL-222237: CDE Manager: Added a tooltip that displays the reason when a CDE review is blocked, providing clearer visibility into why the review cannot proceed.

  • AL-222183: CDE Manager: Added a bulk relationship change dropdown for selected physical data elements. Added bulk delete support for multiple selected items. Implemented a conditional banner that appears below the search bar when items are selected.

  • AL-219710: Navigation: Added drag-and-drop functionality to Document Hubs in the left-side navigation, enabling users to easily move documents and folders. This enhancement provides a more efficient way to reorganize content within folders.

Bug Fixes

  • AL-225423: Fixed an issue where the CDE standards suggestion modal dialog didn’t automatically open when entering or refreshing a CDE page under certain conditions. The modal will now display as expected when risk has been accepted but associated policies have not yet been accepted, ensuring users are properly prompted to review and take action on pending standards suggestions.

  • AL-223891: Updated the CDE workflow component to correctly display the Recall button. The recall functionality is now fully accessible within the workflow interface.

  • AL-223237: Handled empty CDE names by displaying an Untitled placeholder text.

  • AL-225182: Assets (tables, charts, BI reports) in chats are now visible from the output of any Agent Studio tool that produces them. This change makes agents as tools a viable solution to use in chats.

  • AL-224369: Previously, the Input and Output fields appeared in all Data Product Chat experiences, which was confusing for the Marketplace and catalog users. This fix removes the input and output JSON buttons from the chat experiences by introducing a showMessageRawJson prop that controls their visibility. The change ensures these technical debugging features are hidden in customer-facing chat interfaces while remaining available in other contexts.

  • AL-223874: Fixed an issue where changing a recommended Marketplace standard and saving it could result in two standards being saved.

  • AL-222332: Previously, Alation only allowed the http and https schemes as the redirect URI for the OAuth application configuration in MCP clients. Now, this can be configured to support custom schemes such as cursor. Customers can file a support ticket to add a custom scheme as needed.

  • AL-220541: Added the plus + sign next to the total count in pagination for documents in the Documents table to indicate that there are more records. If there is no plus sign next to the total count, the total number of documents is exact.

  • AL-206470: Fixed an issue where the Export button was incorrectly displayed in the sample data table for users without the appropriate data export roles. The Export button is now hidden for users who do not have access to export functionality.

  • AL-226837: Updated the Help menu: on Alation Cloud Service instances, the Contact Alation Support menu item has been removed from the UI. This aligns in-product support with the current Alation Help Center workflow for creating Support requests, and ensures that cloud tenant-specific routing works as intended.

Alation Frontend Release February 11, 2026

Frontend Version: 1.2

Build: 10.901.0-patch.0-35323

Previous Version: 10.858.1

New Features

Data Products App

  • AL-223544: Introduced approval workflows for listing and unlisting data products in the Marketplace. This adds more control for the Marketplace maintainers on which data products are listed in the Marketplace.

  • AL-222588: Added functionality to allow users to stop chat message streaming and manage example questions in data products. The changes include adding a Cancel button to the chat input, moving example questions into the chat container component, and ensuring example questions are only shown when appropriate.

  • AL-221022: Introduced a new Data Product Management page that provides a centralized location for managing all aspects of your data products. Access it from the Manage Data Product option in the Data Product App’s menu. The updates include:

    • Unified management interface: The new management page organizes all data product administration into intuitive tabs:

      • Overview: At-a-glance summary of your data product

      • Evaluations: Run and review chat evaluation results

      • Feedback: Review user feedback and conversations within the Marketplace management context. Navigate between individual feedback items and the feedback list without losing your place: the back links return you directly to the Feedback tab rather than navigating away from the Management page.

      • Permissions: Manage who can access and administer the product

    • Quick Actions: The Management page header provides convenient access to common actions:

      • View Product: Opens the public data product page

      • Edit Product: Modify the data product definition

      • List/Unlist from Marketplace: Manage Marketplace visibility for a data product

      • Chat Status: See whether conversational AI is enabled for this product

  • AL-220753: Implemented a full-screen chat interface for data products, replacing the previous sidebar-based chat experience with a bottom-sheet modal that includes collapsible chat history and example questions. The changes include:

    • Removing the Chat button from the data product header and relocating it to a floating position at the bottom center of the product view

    • Replacing the sidebar drawer with a bottom-sheet modal featuring a responsive layout with collapsible chat history sidebar

    • Adding example questions UI to help users get started with chat interactions

  • AL-219776: Implemented major updates to the Data Product page for data consumers, including:

    • New tabbed navigation, with click-to-scroll to each page section

    • New Overview section, surfacing the short description, badges, and a count of Tables/Columns/Metrics

    • New Business context section which adds two new fields, Business context and Example questions

    • When an example question is clicked, it will open the chat (if enabled) and pre-fill the question into the chat

    • New Data assets section which includes the same content as the original Data Preview, with a content selector to allow one of Tables/ Metrics to be displayed at a time

  • AL-215922: Introduced a text field where a URI override can be provided when authenticating with a data source in order to chat with data within a data product. The URI override may contain different parameters than those in the default URI available in the data product’s Delivery System.

  • AL-218970: Users can now select from a dropdown list which contains a list of previously used URIs for authenticating with a database and chatting with the data product.

CDE Manager

  • AL-222238: Added path filtering capability to the Physical Data Elements grid in CDE detail view.

  • AL-222132: Enabled deletion of CDEs in CANDIDATE state (previously only DRAFT was deletable).

  • AL-220663: Added the CDE workflow recall functionality, allowing users to withdraw conceptual data elements.

  • AL-220532: Add confirmation modal for the Mark reviewed action on Physical Data Elements (PDEs).

  • AL-220531: Users can now sort and filter the Physical Data Elements grid at the bottom of CDE page.

  • AL-215552: CDE Standards configuration modal dialogs now shows selected standards as clear chips with accessible delete controls for easier removal.

Other Improvements

  • AL-212252: Ask Alation: Now showing the object type name along with breadcrumbs in Ask Alation result beside hyperlinks.

  • AL-207090: Previously, we had a hard limit of 1,100 data sources in the upstream/downstream connections section of Lineage Settings. Now, that limit is removed. Also, the component’s behavior has changed in the following way:

    • Earlier, all the data sources up to a limit of 1,100 were loaded into the UI, and the search was performed client-side to filter. Now, this select box and search are both powered by the catalog search API. So, the users might see partial matches as well. For example, a search term Test Datasource 998 will return Test Datasource 998 (an exact match) at the top. It will also return results that match just Test and Datasource as well.

    • The list just loads 50 items at a time. Users are provided with Load More and Load Previous options to navigate through the content.

  • AL-216411: Adjusted the banner about the legacy token expiration so that it doesn’t hide certain sections of the full-screen modals.

Bug Fixes

  • AL-223725: Fixed the Search bar state when Ask Alation is disabled.

  • AL-223092: For Data Quality Monitors, in case of mixed quality check results (Passed, Failed, and Error), the Monitor now shows the Partial status instead of Failed.

  • AL-222659: Fixed a bug where Chat Data Previews didn’t show all the data, and CSV downloads only included the table sample. The fix ensures the CSV download now includes all tables results.

  • AL-221927: Fixed an issue where a CDE in Candidate state had a disabled Configuration button.

  • AL-221618: Fixed a text formatting issue in table sampling messages where missing spaces between “of” and timestamps caused malformed display (showing “ofa”, “of2”, “of3”). Users will now see properly formatted sampling messages like All 1,000 rows as of 2 hours ago in the catalog table view.

  • AL-221615: Added helpful count display to the Marketplace landing page and adjusted spacing and padding for better visual layout.

  • AL-221011: Fixed a pagination issue on the Monitors tab.

  • AL-220837: Fixed a bug where suspended data products were not displayed on the Marketplace page and the counts were incorrect.

  • AL-220662: Viewers are now able to approve a CDE if they are members of the Approvers list.

  • AL-219459: Fixed the CDE standards version history to show the most recent published version as Published when the latest version isn’t published yet.

  • AL-216031: Fixed a bug where the Submit for Review button for a CDE could be clicked even when the review was blocked. The fix adds an additional condition to disable the button when the internal condition status?.review_blocked is true.

  • AL-214491: Fixed an issue on the CDE Registry page where the domain selector displayed an unnecessary loading indicator.

  • AL-210718: The Chrome Extension now retains the list of active Alation instances after a browser restart, eliminating the need to manually re-enter the server URL.

Alation Frontend Release January 29, 2026

Frontend Version: 1.2

Build: 10.858.1-patch.2-34581

Previous Version: 10.832.1

New Features and Enhancements

Data Quality Standards

Introduced reusable, policy-driven Data Quality Standards that make it easy to define, apply, and scale consistent quality rules across your most critical data assets. Data Quality Standards help ensure shared expectations between data producers and consumers, reinforce governance policies, and improve trust by standardizing how quality is measured and enforced across the organization. (AL-214457)

  • AL-218819: Data Quality: Updated UI/UX for Apply and Create Standards dialog. Improved the Apply Standards experience with support for updating standards via the API, enhanced filtering, and better localization.

  • AL-218087: Data Quality: Implemented the Manage Standard tab in Monitor details page. It allows users to modify columns and standards.

  • AL-214689: Data Quality: Added Monitor creation page for Apply Standard.

FinOps Reporting

You can now gain greater visibility into the cost and usage of your Data Quality Monitoring with built-in FinOps reporting. This feature provides clear insights into monitored assets, execution frequency, and overall consumption, helping teams optimize spend, forecast usage, and align data quality investments with business priorities. (AL-215984)

Data Products App

  • AL-218959: Data Products: Introduced a new search result card design for the Data Products Marketplace search page, replacing the previous layout with a more compact and information-rich format. The updated AI search result cards now display owner avatars, data source icons, and key result count metrics.

  • AL-218368: Data Products: Users can now update the Marketplace name and contact information in the Marketplace info dialog from the Manage Marketplace page.

  • AL-218215: Data Products: Users will now see a delete confirmation warning when they try to delete a data product.

  • AL-218202: Data Products: Updated the Data Products Marketplace cards, introducing a modern, cleaner card design with enhanced visuals, including contact avatars, data source indicators, quality scores, and improved badge displays, along with a restructured layout for better readability.

  • AL-218201: Data Products: Added a What’s New section to the Marketplace landing page to highlight recently updated data products. The page now shows a carousel of products updated within the last seven days and introduces an Unsorted sort option that preserves the original API order. Carousels are displayed only when no sorting or filtering is applied, keeping the experience focused and relevant.

  • AL-218200: Data Products: Added the carousel UI component.

  • AL-210282: Data Products: Added support for OAuth authentication on the Evaluations page, whereas previously only basic authentication (username/password) was possible.

Other Improvements

  • AL-187065: Accessibility Improvement: Fixed keyboard navigation issue in the catalog navigation menu where users could become trapped and unable to navigate away using keyboard controls.

  • AL-183194: If a customer is using PrivateLink or Dedicated Access, display an alternative UI with the correct URL of the dedicated forward proxies. The option to use the shared proxies still exists.

  • AL-218091: Improved how @-mentions are displayed in Description cells across object table views. Mentions now show the object title when it’s available, and fall back to a placeholder icon only when the title is missing, ensuring descriptions remain readable and consistent without hiding meaningful context.

Bug Fixes

  • AL-216499: Fixed an issue where Glossary term filters returned incorrect results when filtering to a term from the second or third page of the filter list. Filtering in the table view now correctly displays the filtered glossary term set regardless of pagination.

  • AL-214936: Added Japanese translations for Bulk Management and Glossary document filtering.

  • AL-216309: Fixed an issue where group search results were linking to the wrong groups in the New User Experience.

  • AL-218716: Data Quality: Removed the Incidents column from the Run Details view in the Anomaly Metric Results screen, as it was not applicable at the individual metric result level and did not provide actionable information in that context.

  • AL-217796: Data Quality: Fixed an issue where the Anomaly Metric Results summary (the Anomaly tab in the Monitor details page) showed an incorrect Healthy count due to using a total - anomalies calculation. The summary now displays accurate counts for Healthy, Anomalous, Errored, and No Data metrics, ensuring totals are consistent and actionable.

  • AL-217111: Data Quality: Fixed an issue where valid date and timestamp columns were missing from the Partition Column dropdown. The dropdown now displays most of the eligible timestamp columns by default, instead of relying only on the first page of paginated results or requiring autocomplete input, making partition selection more complete and reliable.

  • AL-217178: Data Products: Fixed an access control issue where Server Admins without a Data Product App role could navigate to the Manage Feedback page from a data product. Access is now correctly restricted so that only assigned Data Product Admins can view and manage feedback.

  • AL-217176: Data Products: Fixed an issue where Stewards with the Marketplace Maintainer role could not access the Manage Marketplace page because the option was missing from the left-side navigation. The Manage Marketplace button now appears correctly based on permissions, and additional permission checks were fixed across the underlying Manage Marketplace pages to ensure authorized users can access them consistently.

Alation Frontend Release January 19, 2026

Frontend Version: 1.2

Build: 10.832.1-patch.1-33988

Previous Version: 10.788.2

New Features

  • AL-215443: Marketplace management now includes a new UI-driven management experience for badges, standards, and appearance. This change removes the need to edit these properties directly in the YAML specification. Marketplace Admins now have a dedicated management home tab with an at-a-glance overview of Marketplace health, including data product counts, ownership visibility, and the number of configured badges and standards.

    • Admins can create and manage badges to automatically recognize high-quality data products. Badge configuration supports names, descriptions, applicable sections, and conditions written in natural language, which are interpreted by AI. Badges can use icons from a curated library. The updates are reflected across the Marketplace.

    • Admins can now define and enforce Marketplace standards directly in the UI with clear, guided controls. The UI provides suggested defaults, such as requiring descriptions, owners, or at least one table. Admins can also create custom standards to match specific governance policies. They control how failures are handled, choosing between warnings or suspension with notification. A centralized list view helps them manage and monitor multiple standards in one place.

    • Admins can also customize marketplace appearance, including uploading and managing hero images for branding, with preview and replacement support. All changes integrate seamlessly with existing marketplace configuration and update in real time.

  • AL-212776: Data Products now support adding metrics, enabling Data Product Admins to define and expose key business measures that bridge high-level business concepts with underlying data. Metrics can range from simple aggregations to more complex calculations. Users can add metrics to data products by writing custom SQL queries or reusing sample queries already captured in the Alation catalog.

  • AL-213774: The Data Product Marketplace now includes filter pills that visually represent applied filters. Users can remove individual filters or clear all filters at once and search within filter drop-downs to quickly locate badges or criteria, improving discoverability.

  • AL-217159: Data Product Chat now supports downloading table data as CSV files. Users can export query results directly from the chat interface using a new download button, making it easier to perform offline analysis.

  • AL-217533: Agent Studio now surfaces a clear quota enforcement message when a streaming connection fails due to exhausted usage limits. This helps users quickly understand why a request failed and avoid silent failures or generic errors.

  • AL-215764: The Chat UI now supports rendering visual charts returned by the Charting Agent tool. When the agent returns structured chart output, the UI correctly recognizes and displays the chart.

  • AL-215268: The Lineage tab for Fivetran ETL source now includes Alamigo troubleshooting support. When supported Fivetran jobs fail during metadata extraction, Alamigo can automatically trigger or be manually invoked to help analyze the issue and suggest next steps.

  • AL-214439: Released the Alation Data Quality SDK, providing a production-ready Python SDK for executing Alation Data Quality checks outside of the Alation UI. Teams can define, manage, and schedule monitors in Alation while running them directly within data pipelines, CI/CD workflows, and orchestration frameworks such as Airflow, GitHub Actions, or custom Python jobs. This enables governed data quality at scale while integrating seamlessly with modern data engineering workflows.

  • AL-215804: The Data Quality App now distinguishes SDK-based monitors by introducing separate creation and details flows. When creating an SDK monitor, the setup experience skips anomaly detection and hides anomaly-related configuration and UI elements, reflecting that execution and anomaly handling are managed externally through the SDK.

  • AL-213474: The Data Quality check editor now allows users to switch between UI mode and YAML mode when creating or editing checks. Both modes remain fully synchronized, so changes made in one view are immediately reflected in the other without losing configuration. This flexibility supports both business users who prefer guided UI workflows and engineers who want direct control through YAML.

  • AL-214676: A new Apply Standards dialog was introduced for Data Quality workflows. This dialog provides a guided experience for applying standards, reducing reliance on manual configuration and improving consistency across data quality implementations.

  • AL-213425: This release includes a set of fixes for Critical Data Elements (CDE) Manager, addressing stability, usability, and edge cases in CDE workflows to improve overall reliability.

  • AL-209486: Users with Viewer or Explorer roles can now access CDE Manager and Policy pages in read-only mode. This allows visibility into critical data definitions without permitting edits.

  • AL-213939: Server and Catalog Admins can now set a default homepage in the New User Experience. The selected homepage is marked as default, updates propagate to users and groups, and the system prevents reverting to the Alation default homepage when a custom default is set.

  • AL-213015: The folder deletion feature in Document Hubs was updated so the Delete button is shown only to Server Admins and Catalog Admins. This aligns deletion permissions with creation permissions and prevents accidental removal by users with more limited roles.

  • AL-212534: When moving folders or documents within or across Document Hubs, users now see a clear warning explaining permission inheritance and domain association changes.

  • AL-211998: A new OAuth Client Applications page in Admin Settings enables creation of user-initiated OAuth configurations to allow Alation to integrate with third-party tools and external platform integrations without manual backend setup.

  • AL-206901: A user impersonation banner is now displayed when a session is running in customer impersonation mode. This helps prevent accidental changes by clearly signaling that actions are being performed on behalf of another user.

  • AL-122353: Catalog source comments can now be rendered as HTML when enabled via the alation.feature_flags.enable_html_source_comments feature flag.

Bug Fixes

  • AL-216942: Fixed an issue where the unsaved changes pop-over could trigger an infinite loop after saving. Navigation logic was removed from the save handler to prevent repeated state changes.

  • AL-216681: Removed an obsolete feature flag from the Admin UI, ensuring data product count limits are displayed consistently when applicable.

  • AL-216562: Unified user-facing messaging for preflight checks and test connection flows under the term Run Check, providing consistent language while preserving backward compatibility.

  • AL-216308: Fixed an issue in the Data Product Builder where empty or deleted YAML content could still be saved. Save actions and metric operations are now correctly disabled when content is missing.

  • AL-216147: Added checks to prevent UI rendering errors when license entitlement data is null or undefined.

  • AL-215830: Added a missing English translation for the Candidate status in the CDE versions picker, ensuring consistent localization.

  • AL-215811: Resolved an issue where OAuth endpoint settings were not preserved when switching tabs. Settings now remain visible without requiring a page refresh.

  • AL-215620: Restored proper feature flag enforcement for CDE Manager navigation, preventing unauthorized users from accessing CDE pages and avoiding 403 errors.

  • AL-215405: Fixed an issue where Snowflake schema names were truncated in the object set picker, ensuring full database and schema context is visible during selection.

  • AL-215017: Bulk Actions in search results are now restricted to environments where both the Governance App and Stewardship Workbench are enabled, and only for users with appropriate permissions.

  • AL-213713: Fixed a Document Hub navigation issue so the left-hand pane retains its scroll position when selecting objects, instead of resetting to the top.

  • AL-213420: Resolved an issue where the Glossaries list page did not filter correctly when federated catalog was enabled and domain filters were applied.

  • AL-213221: Fixed search behavior when filtering by both file system and RDBMS sources, ensuring filter results appear correctly when mixed source types are selected.

  • AL-212515: The Data Quality monitor summary view was reverted to its previous design after feedback indicated that the newer layout did not meet usability and visual expectations. This change restores the familiar summary experience, improving consistency while longer-term design improvements are evaluated.

  • AL-210722: Resolved an issue where the Lineage chart loaded an incorrect default layout (Incremental) due to unresolved user preferences.

  • AL-209454: Fixed an issue where after the Alation upgrade, the domain filters were removed when Saved search links were opened from the homepage.

  • AL-208946: Enabled the Data Health tab for BI reports in the New User Experience, bringing feature parity with the Classic Experience.

  • AL-205931: The Search box for Object Sets now supports pagination via a “Load more” option. Previously, search such pop-ups were limited to displaying only the first 25 results, with no way to access additional matches. Users can now load more results directly from the search interface, making it easier to find the correct objects.