28.3 C
New York
Thursday, June 4, 2026

Construct governance dashboards for Amazon SageMaker Catalog with Amazon Fast


Sustaining visibility into your knowledge catalog’s well being requires greater than ad-hoc queries. Knowledge stewards and compliance groups want automated dashboards that floor governance metrics and alert them when points come up. These points embody undocumented property, lacking possession, and off metadata.

In a earlier publish, we confirmed you find out how to question Amazon SageMaker Catalog metadata utilizing SQL through the use of the metadata export characteristic. This publish builds on that basis by demonstrating find out how to create governance dashboards with Amazon Fast.

Amazon Fast is an agentic AI-powered digital workspace that gives built-in analytics, automation, and analysis capabilities. With Amazon Fast Sight, a part of Amazon Fast, you may create interactive dashboards and visualizations with computerized chart strategies and machine studying (ML) insights.

We stroll by way of find out how to join Amazon Fast Sight to your Amazon SageMaker Catalog metadata and construct governance dashboards utilizing pure language prompts.

Answer overview

This answer extends the metadata export structure by including a visualization layer:

  1. Amazon SageMaker Catalog exports asset metadata each day to Amazon Easy Storage Service (Amazon S3) Tables
  2. Amazon Athena queries the metadata utilizing customary SQL
  3. Amazon Fast Sight connects to Athena for interactive dashboards
  4. Amazon Fast makes use of pure language to construct visualizations

Determine 1 – Amazon SageMaker Catalog governance dashboard structure

Stipulations

Earlier than you start, full the next steps from Analyzing your knowledge catalog: Question SageMaker Catalog metadata with SQL. You could even have the next:

  • Amazon SageMaker Catalog metadata export enabled
  • Amazon Athena configured with question outcomes S3 bucket
  • AWS Lake Formation permissions configured for AWS Identification and Entry Administration (IAM)-based entry
  • Verified that the asset_metadata.asset desk incorporates knowledge

Moreover, you want:

Constructing a governance dashboard with Amazon Fast Sight

To visualise catalog well being metrics, join Amazon Fast Sight to your Athena metadata tables.

Configure Amazon Fast Sight permissions

  1. Grant permissions to the Amazon Fast Sight service function.

The Amazon Fast Sight service function (default title: aws-quicksight-service-role-v0) wants permissions to entry Amazon S3 Tables and AWS Glue catalog:

{
  "Model": "2012-10-17",
  "Assertion": [
    {
      "Effect": "Allow",
      "Action": [
        "s3tables:GetTableBucket",
        "s3tables:GetTable",
        "s3tables:GetTableMetadataLocation"
      ],
      "Useful resource": "arn:aws:s3tables:REGION:ACCOUNT_ID:bucket/aws-sagemaker-catalog/*"
    },
    {
      "Impact": "Permit",
      "Motion": "glue:GetCatalog",
      "Useful resource": "arn:aws:glue:REGION:ACCOUNT_ID:catalog"
    }
  ]
}

Add this as an inline coverage to the Amazon Fast Sight service function within the IAM console.

  1. Grant AWS Lake Formation permissions:

Each the Amazon Fast Sight service function and your Amazon Fast Sight admin consumer want AWS Lake Formation permissions on the S3 Tables catalog. First, discover your Amazon Fast Sight admin consumer ARN by working this AWS Command Line Interface (AWS CLI) command:

aws quicksight list-users 
  --aws-account-id ACCOUNT_ID 
  --namespace default 
  --region us-east-1

Amazon Fast Sight customers are managed within the Amazon Fast Sight dwelling AWS Area (us-east-1).To grant permissions, use the Lake Formation console.

  1. Navigate to AWS Lake Formation within the AWS Administration Console.
  2. Choose Knowledge permissions and Grant.
  3. For Principals, select SAML customers and teams.
  4. Enter your Amazon Fast Sight admin consumer ARN (from the previous command).
  5. Below LF-Tags or catalog assets, select Named Knowledge Catalog assets.
  6. For Catalogs, select the S3 Tables catalog: ACCOUNT_ID:s3tablescatalog/aws-sagemaker-catalog.
  7. For Databases, select asset_metadata.
  8. Below Tables, select asset.
  9. For Desk permissions, select Choose and Describe.
  10. Choose Grant.

Screenshot of AWS Lake Formation Grant permissions page showing the complete permission configuration workflow. At the top, the resource selection shows the 'asset_metadata' database and 'asset' table from the s3tablescatalog/aws-sagemaker-catalog catalog. Below that are optional sections for Views and Data filters, both unselected. The main content area displays three permission configuration sections. First, the 'Table permissions' section shows two subsections: 'Table permissions' with checkboxes for Select (checked, highlighted with orange box), Describe (checked, highlighted with orange box), Insert, Alter, Delete, Drop, and Super; and 'Grantable permissions' with the same permission options all unchecked. The Super permission includes explanatory text stating it is the union of all individual permissions and supersedes them. The Grantable permissions section explains that this allows the principal to grant any of the permissions to others and supersedes grantable permissions. At the bottom, the 'Data permissions' section displays two radio button options: 'All data access' (selected) which grants access to all data without restrictions, and 'Column-based access' which grants data access to specific columns only. An orange arrow points from the right side down to the bottom right corner where 'Cancel' and 'Grant' buttons are located, with the Grant button highlighted in orange.

Determine 2 – Grant entry to Amazon SageMaker Catalog assets

  1. Repeat steps 1–9 for the Amazon Fast Sight service function, however in step 2 select IAM customers and roles as a substitute.

When selecting the catalog within the Lake Formation console, it’s essential to select the total S3 Tables catalog identifier (ACCOUNT_ID:s3tablescatalog/aws-sagemaker-catalog) to see the asset_metadata database.

Create an Amazon Fast Sight dataset.

Entry S3 Tables knowledge by making a Fast Sight dataset utilizing an Amazon Athena knowledge supply and the customized SQL possibility. An S3 Tables knowledge supply can also be obtainable however requires extra permissions. See Introducing new knowledge supply with S3 Tables in Amazon Fast for utilizing S3 Tables as an Amazon Fast knowledge supply.

  1. Open Amazon Fast Sight within the AWS Administration Console.
  2. Choose Analyses and Create evaluation.

Amazon QuickSight Analyses page showing the left navigation menu with Analyses selected under the Quick Sight section. The main content area displays a promotional banner for creating insightful and interactive visualizations with sample chart previews. Below the banner, an orange arrow points to the Create analysis button in the upper right. A table lists an existing analysis named New custom SQL analysis owned by Me and last updated a month ago.

Determine 3 – Create Amazon Fast Sight evaluation

  1. Select Create dataset and Create knowledge supply.

Amazon QuickSight Create Analysis dialog prompting the user to choose a dataset. A search field for datasets is shown at the top left. An orange arrow points to the Create dataset button in the upper right. A table below lists one available dataset named New custom SQL with a data source of New custom SQL, owned by Me, and last modified on March 5, 2026.

Determine 4 – Create dataset

  1. Choose Amazon Athena as the info supply and choose Subsequent.
  2. Enter a Knowledge supply title (for instance, “SageMaker Catalog Metadata”) and select Create knowledge supply.

Amazon QuickSight New Amazon Athena data source configuration dialog. The Data source name field is highlighted with an orange box and contains the value SageMaker Catalog Metadata. The Athena workgroup dropdown is set to primary. A Validate connection button and SSL is enabled label appear at the bottom left. An orange box highlights the Create data source button at the bottom right.

Determine 5 – Create knowledge supply

  1. Choose Use customized SQL and enter a customized SQL question that references the S3 Tables catalog utilizing the total three-part title.

Amazon QuickSight Choose your table dialog for the SageMaker Catalog Metadata data source. The Catalog dropdown is set to AwsDataCatalog and the Database dropdown shows a Select prompt. An instructional message explains to choose Prepare data to create a SQL query or choose Select table. An orange arrow points down to the Use custom SQL button highlighted with a blue box at the bottom center. The Select button is highlighted with an orange box at the bottom right.

Determine 6 – Use customized SQL

Amazon QuickSight Enter custom SQL query dialog. The query name field shows New custom SQL. The SQL editor contains a query reading SELECT FROM s3tablescatalog/aws-sagemaker-catalog with the query text underlined in orange. An orange box highlights the Confirm query button at the bottom right. An Edit/Preview data button appears at the bottom left.

Determine 7 – Enter customized SQL

SELECT * FROM "s3tablescatalog/aws-sagemaker-catalog".asset_metadata.asset

  1. Choose Affirm question.
  2. Select Immediately question your knowledge (SPICE import might fail with S3 Tables catalogs)

    Amazon QuickSight Finish dataset creation dialog showing the custom SQL dataset named New custom SQL with the SageMaker Catalog Metadata data source. Two radio button options are displayed: Import to SPICE for quicker analytics with 100 GB available shown in green, and Directly query your data which is selected and highlighted with an orange box. An orange box highlights the Visualize button at the bottom right. Edit/Preview data and Augment with SageMaker buttons appear at the bottom left and center.

Determine 8 – Immediately question your knowledge

  1. Select Visualize and Create to start out constructing your dashboard.

Create visualizations with Amazon Fast.

With Amazon Fast, you may construct governance dashboards utilizing pure language prompts. This removes the necessity for guide area configuration. This method is quicker and extra intuitive than conventional dashboard constructing.The Amazon Fast Sight consumer will need to have AdminPro or AuthorPro subscription (the Construct characteristic isn’t obtainable for Reader customers).Begin constructing your dashboard with the next steps:

  1. Choose Construct within the prime toolbar to open the pure language builder.

Amazon QuickSight analysis editor for New custom SQL analysis. The left Data panel shows the dataset fields including accountid, asset_created_time, asset_id, asset_name, asset_updated_time, business_description, catalog, extended_metadata, namespace, region, resource_description, resource_id, resource_name, resource_type_enum, and snapshot_time. The center Visuals panel shows the Build button highlighted with an orange box and a grid of available chart types. The right canvas area displays an empty AutoGraph placeholder with the message Add 1 or more fields to build a visual. An Add Data section with a dashed border prompts to add a dimension or measure.

Determine 9 – Amazon Fast construct dashboard

  1. You will note a textual content field the place you may describe the visualization that you just wish to create.

Amazon QuickSight analysis editor with the Build a visual panel open on the right side. An orange arrow points to the natural language input field where the user has typed a prompt requesting asset distribution by resource type as a pie chart, with a Build button next to it. Below the input field, a tooltip explains to describe the visual you would like to build with examples including map showing the top 5 cities by sales, MoM profit in 2026, and average revenue by quarter. The left Data panel shows dataset fields and the center Visuals panel displays available chart types.

Create every visualization utilizing pure language. For every of the six really helpful visualizations, enter the corresponding pure language immediate, choose Construct, then select ADD TO ANALYSIS.

Amazon QuickSight analysis editor with the Build a visual panel open on the right side. The natural language prompt reads Show asset distribution by resource type as a pie chart with a Build button. Below, the system shows the interpretation as Unique number of Asset Id by Resource Type Enum using the New custom SQL dataset. A pie chart preview is displayed showing the distribution with a large segment labeled GlueTable. An orange arrow points to the Add to Analysis button at the bottom of the panel.

Determine 11 – Add to evaluation

Visualization 1: Asset stock by kind

Present rely of asset_id by resource_type_enum as a pie chart

After the pie chart is created, select ADD TO ANALYSIS.

Visualization 2: Documentation completeness

Present rely of asset_id the place business_description shouldn't be null asa KPI

After the KPI is created, select ADD TO ANALYSIS.

Visualization 3: Month-to-month registration traits

Present rely of asset_id by asset_created_time month as a line chart

After the road chart is created, select ADD TO ANALYSIS.

Visualization 4: Asset rely by account

Present rely of asset_id by account_id as a bar chart

After the bar chart is created, select ADD TO ANALYSIS.

Visualization 5: Namespace distribution

Present rely of asset_id by namespace as a treemap

After the treemap is created, select ADD TO ANALYSIS.

Visualization 6: Useful resource kind by namespace

Present rely of asset_id by resource_type_enum and namespace as a warmth map

Select ADD TO ANALYSIS

  1. Organize and publish your governance dashboard with the next steps:
  2. Delete any empty or undesirable visualizations by selecting the three dots menu and selecting Delete.
  3. Organize visualizations by dragging them into your most popular format.
  4. Resize visualizations to emphasise key metrics.
  5. Add titles to every visualization for readability.
  6. Select PUBLISH within the prime proper nook.
  7. Enter a dashboard title: “SageMaker Catalog Governance Dashboard”.
  8. Confirm these choices are chosen:
    1. Permit government abstract.
    2. Permit sharing tales.
    3. Permit sharing situations.
  9. Select Publish dashboard.

Amazon QuickSight SageMaker Catalog Governance Dashboard showing five visualizations. Top left is a pie chart titled Unique number of Asset Id by Resource Type showing all assets as GlueTable type. Top center is a key performance indicator displaying a total of 500 unique assets. Top right is a horizontal bar chart titled Unique number of Asset Id by Account Id showing five AWS account IDs with values of 109, 105, 104, 103, and 79 assets respectively. Middle left is a stacked bar chart titled Unique number of Asset Id by Resource Type Enum and Namespace showing GlueTable assets distributed across namespaces with values ranging from 33 to 52. Middle right is a treemap titled Unique number of Asset Id by Namespace with trading_analytics at 52, compliance_reporting at 51, treasury_ops at 50, market_data at 44, fraud_detection at 42, customer_analytics at 40, credit_scoring at 40, risk_management at 39, portfolio_mgmt at 37, regulatory at 37, loan_origination at 35, and payments at 33. Bottom is a line chart titled Unique number of Asset Id by Asset Created Time month showing asset creation trends from April 2025 through March 2026 with values fluctuating between approximately 30 and 50 assets per month.

Determine 12 – Amazon SageMaker Catalog governance dashboard

    1. Analyze your dashboard with pure language.

After you publish, you may ask questions on your governance knowledge:

    1. On the dashboard, select Analyze this dashboard in a Situation within the prime heart.
    2. Within the Knowledge to Insights panel, enter pure language questions comparable to:
      1. “Which useful resource varieties have the bottom documentation charges?”
      2. “What number of property had been registered final month in comparison with this month?”
      3. “What proportion of property lack possession data?”
    3. Select Submit to generate AI-powered insights.

Amazon Fast analyzes your knowledge and gives insights with supporting visualizations.

    1. Generate government summaries

Create automated governance studies for knowledge stewards and compliance groups:

    1. Select the Amazon Fast brand within the prime left to return to the house web page
    2. Choose Dashboards from the left panel
    3. Select your “SageMaker Catalog Governance Dashboard”
    4. Select the Create dropdown menu within the prime proper
    5. Choose Govt Abstract

Amazon Fast will robotically generate a abstract with key governance insights, together with Whole asset counts and development traits, Documentation completeness metrics, Possession protection statistics, and Classification distribution evaluation.

    1. Create governance tales.

Construct governance studies that mix a number of dashboards:

    1. From the Create dropdown, choose Story.
    2. Enter a immediate: “Write a abstract of catalog governance metrics and knowledge high quality traits”.
    3. Select Add to pick out dashboards to incorporate within the report.
    4. Select Construct (this would possibly take a couple of minutes to finish).

Amazon Fast will generate a story report combining your visualizations with AI-generated insights. Share the studies with management or compliance groups.

Governance dashboards include metadata comparable to possession and classification particulars. Limit entry to customers who want it. Within the Amazon Fast Sight console, open the dashboard, select Share, and grant entry to named customers or a devoted Fast Sight group (for instance, data-stewards) as a substitute of choosing Everybody on this account. Assessment the dashboard’s permissions periodically and take away entries which are not wanted.

Cleansing up

To keep away from ongoing prices, clear up the assets created on this walkthrough. Delete Amazon Fast Sight assets together with the dashboard, analyses, and dataset.

Conclusion

On this publish, you linked Amazon Fast Sight to your Amazon SageMaker Catalog metadata export, constructed governance dashboards utilizing the Amazon Fast pure language prompts. This method provides knowledge stewards and compliance groups visibility into catalog well being by way of six key visualizations masking asset stock, documentation completeness, registration traits, account distribution, classification protection, and off asset detection.

Along with the metadata export and SQL question capabilities coated within the Analyzing your knowledge catalog: Question SageMaker Catalog metadata with SQL publish, this answer gives an entire, low-overhead governance monitoring pipeline from uncooked catalog metadata to executive-ready.

To be taught extra about Amazon SageMaker Catalogs, see Amazon SageMaker Catalog documentation. To develop the work carried out with Amazon Fast, overview Amazon Fast Sight documentation.


Concerning the authors

Steve Phillips

Steve is a Principal Technical Account Supervisor and Analytics specialist at AWS within the North America area. Steve at the moment focuses on knowledge warehouse architectural design, knowledge lakes, knowledge ingestion pipelines, and cloud distributed architectures.

Ramesh Singh

Ramesh is a Senior Product Supervisor Technical (Exterior Companies) at AWS in Seattle, Washington, at the moment with the Amazon SageMaker staff. He’s captivated with constructing high-performance ML/AI and analytics merchandise that assist enterprise prospects obtain their essential targets utilizing cutting-edge know-how.

Pradeep Misra

Pradeep is a Principal Analytics and Utilized AI Options Architect at AWS. He’s captivated with fixing buyer challenges utilizing knowledge, analytics, and Utilized AI. Exterior of labor, he likes exploring new locations and enjoying badminton along with his household. He additionally likes doing science experiments, constructing LEGOs, and watching anime along with his daughters.

Rohith Kayathi

Rohith is a Senior Software program Engineer at Amazon Internet Companies (AWS) working with Amazon SageMaker staff. He leads enterprise knowledge catalog, generative AI–powered metadata curation, and lineage options. He’s captivated with constructing large-scale distributed techniques, fixing advanced issues, and setting the bar for engineering excellence for his staff.

Related Articles

Latest Articles