AI Agent - Aug 4, 2026

Amazon Quick Agentic Catalog Setup Guide

Quick answer

The Amazon Quick Agentic Catalog Experience is a preview curator workflow for AWS Glue Data Catalog and Databricks Unity Catalog. Connect one supported catalog, choose Explore data, scope the Quick Agent to that source, describe the business use case, review its recommendations, and create DirectQuery Datasets plus a multi-dataset Topic.

The flow has four documented stages:

  1. Discover: describe the use case and let the agent recommend relevant tables from catalog metadata.
  2. Create: review the recommendations, then create a focused set of DirectQuery Datasets in bulk.
  3. Relationships and Topics: review inherited or inferred relationships and create a Topic spanning the chosen assets.
  4. Semantic inheritance: bring table and column descriptions into the generated Datasets.

AI recommendations are not approvals. AWS explicitly tells authors to review discovered tables, inferred relationships, and inherited descriptions.

Choose the catalog and authentication path

CatalogDiscovery authenticationOptional per-user enforcement
AWS Glue Data CatalogService role or AWS IAM Identity CenterTrusted identity propagation through IAM Identity Center and Lake Formation
Databricks Unity CatalogPersonal Access Token or OAuth 3LOOAuth 3LO identity propagation

Identity propagation is optional and is not required for discovery, bulk creation, or semantic inheritance. Read the identity propagation guide before choosing it.

For a detailed source decision, use the Glue versus Databricks comparison.

Connect and scope the source

Create the supported data source in Amazon Quick. For Glue, AWS’s walkthrough also creates and links an Athena data source: Glue supplies catalog metadata and Athena supplies the query path to S3 data.

Choose Explore data from the catalog data source. Confirm that the Agent opens in Specific data mode with the intended connection pinned as the context boundary. Do not expose the entire enterprise catalog when one business domain is sufficient.

Before discovery, verify:

  • catalog, database, schema, and table access;
  • source and query-engine connectivity;
  • the service role, PAT, OAuth, or Identity Center path;
  • which curator can create and share Quick assets;
  • preview acceptance and a rollback plan.

Discover and review assets

Describe the business user, decision, metrics, time grain, and required dimensions. Ask the Agent to summarize the relevant part of the catalog and show relationships.

Review every recommended table against the upstream catalog. Check owners, descriptions, quality status, freshness, sensitivity, row grain, keys, and metric definitions. A relevant-sounding table name is not proof that it is approved for the use case.

Create only the intended subset. AWS recommends a focused context boundary because thousands of unrelated tables add noise to dashboards and AI Q&A.

Create Datasets and a Topic

After approval, create the selected Datasets in bulk. Catalog-Generated Datasets are DirectQuery representations by default and display a Semantics inherited indicator.

Then review the proposed Topic:

  • confirm primary and foreign keys;
  • inspect cardinality and join direction;
  • test star or snowflake relationships with known totals;
  • reject ambiguous many-to-many joins;
  • verify metric aggregation and time dimensions;
  • approve the Topic only after reconciliation.

See the generated Datasets and Topics guide for the asset boundary.

Validate before sharing

Run fixed questions whose correct answers are known. Compare totals and joins against the source, test users with different permissions, and inspect query logs. Include ambiguous language, missing fields, stale descriptions, and adversarial catalog text.

Do not describe the preview as production-ready merely because one demonstration works. Define an owner for connection failures, semantic changes, permission drift, bad joins, sync, and user feedback.

Frequently asked questions

Which catalogs support the Amazon Quick agentic catalog preview?

AWS currently documents AWS Glue Data Catalog and Databricks Unity Catalog for agentic discovery, bulk dataset creation, and semantic inheritance.

Does the Quick Agent publish datasets without review?

Authors control the workflow and should review discovered tables, inferred relationships, and inherited descriptions before proceeding.

Does the setup copy data into Quick?

Catalog-Generated Datasets use DirectQuery by default. They query data at its source; the upstream catalog remains authoritative for inherited metadata.

Official sources

Source check: August 4, 2026. The feature is in preview; verify current catalogs, permissions, behavior, Regions, and terms before use.