Docs: Cloud data catalog integration quickstart#6449
Conversation
Introduce a step-by-step UI guide with per-catalog deep links and update the Cloud integrations page with a clearer support matrix. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f7a2f60. Configure here.
Show the public beta badge on the Cloud quickstart and integrations landing page again. Co-authored-by: Cursor <cursoragent@cursor.com>
Remove extra consecutive blank lines so CI markdown checks pass. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep the Data sources UI image on the manage landing page and add it to the Cloud integration quickstart intro for context. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…into docs/data-catalog-cloud-quickstart
Adds integrations/data-catalogs/index to the Data sources sidebar category, next to the object-storage entries. The page was created without a sidebar entry, which failed the floating-pages build check on DocsCheck and Vercel. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- /materialized-view -> /materialized-views (index page slug) - /use-cases/data-lake/guides/accelerating-analytics -> /use-cases/data-lake/getting-started/accelerating-analytics Both were failing the Docusaurus broken-links check on the Vercel build. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
| Data catalog integrations in ClickHouse Cloud are in public beta. | ||
| ::: | ||
|
|
||
| Connect ClickHouse Cloud to your data catalogs to access your open table format tables. You can set up connections in the **Data sources** UI. For setup via SQL, use the `[DataLakeCatalog](/engines/database-engines/datalakecatalog)` database engine in your SQL editor of choice. |
There was a problem hiding this comment.
| Connect ClickHouse Cloud to your data catalogs to access your open table format tables. You can set up connections in the **Data sources** UI. For setup via SQL, use the `[DataLakeCatalog](/engines/database-engines/datalakecatalog)` database engine in your SQL editor of choice. | |
| Connect ClickHouse Cloud to your data catalogs to access your open table format tables. You can set up connections in the **Data sources** UI. For setup via SQL, use the [`DataLakeCatalog`](/engines/database-engines/datalakecatalog) database engine in your SQL editor of choice. |
Fixing the backticks here so that the link renders properly.
|
|
||
| | Name | Open table format | Auth method | Cloud | Core | Version | | ||
| | ----------------- | ----------------- | -------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------ | ------- | | ||
| | AWS Glue Catalog | Iceberg | IAM role (26.2+), Access keys | [Guide](/integrations/data-catalogs?catalog=aws-glue) | [Guide](/use-cases/data-lake/glue-catalog) | 25.10+ | |
There was a problem hiding this comment.
What is the intention of these query string params in these links (?catalog=aws-glue). As of now, every link lands at the top of the page.
There was a problem hiding this comment.
I wanted to send them to the new page of the setup guide
|
@amychen1776 - I made some updates to page organization and used some UI components. lmk what you think and we can go from there. |
- Move integrations/data-catalogs/index out of "Data sources" into a new "Data lakes" category in the integrations sidebar - Shorten sidebar_label to "Data catalogs" - Clarify description: connecting a data catalog for Iceberg or Delta tables in ClickHouse Cloud Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Add "Data lakes" entry to the Integrations top-nav dropdown (MenuData.js) pointing to /integrations/data-catalogs, with matching i18n key in en/code.json — the mega-menu is hand-curated, not derived from sidebars.js, so the new category was otherwise invisible - Reword the "Add your catalog connection" intro (drop "field-level", remove repeated "Database name") - Clarify that dropping a catalog removes the catalog's database from ClickHouse, not data in the external catalog - Note that catalog tables can take from minutes up to a day to appear Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
A prior edit removed the intro line under "Connect your catalog" and swept up the adjacent <VerticalStepper> opening tag, leaving an orphaned closing tag that broke MDX compilation. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Docs PR opened: ClickHouse/mintlify-docs-dev#315 Ported the Cloud data catalog quickstart page and refreshed the Cloud vs Core support matrix on the data catalogs feature page. |

Summary
/integrations/data-catalogswith a ClickHouse Cloud UI walkthrough for linking open table format catalogs, including screenshots and per-catalog anchor links.Test plan
/integrations/data-catalogs?catalog=...) scroll or highlight the intended sectionsstatic/images/integrations/data-catalogs//cloud/features/integrations/data-catalogslinks and table formattingMade with Cursor