Skip to content

Docs: Cloud data catalog integration quickstart#6449

Merged
dhtclk merged 21 commits into
mainfrom
docs/data-catalog-cloud-quickstart
Jul 1, 2026
Merged

Docs: Cloud data catalog integration quickstart#6449
dhtclk merged 21 commits into
mainfrom
docs/data-catalog-cloud-quickstart

Conversation

@amychen1776

Copy link
Copy Markdown
Contributor

Summary

  • Add /integrations/data-catalogs with a ClickHouse Cloud UI walkthrough for linking open table format catalogs, including screenshots and per-catalog anchor links.
  • Update the Cloud data catalogs integrations page with a clearer support matrix (Cloud vs Core guides) and a link to the new quickstart.

Test plan

  • Run docs site locally and open /integrations/data-catalogs
  • Verify catalog query params (?catalog=...) scroll or highlight the intended sections
  • Confirm images render under static/images/integrations/data-catalogs/
  • Check Cloud page /cloud/features/integrations/data-catalogs links and table formatting
  • Run Vale or existing docs lint if applicable

Made with Cursor

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>
@amychen1776 amychen1776 requested review from a team as code owners June 25, 2026 19:23
@vercel

vercel Bot commented Jun 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Ready Ready Preview, Comment Jul 1, 2026 2:34pm
clickhouse-docs-jp Building Building Preview, Comment Jul 1, 2026 2:34pm
3 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-ko Ignored Ignored Preview Jul 1, 2026 2:34pm
clickhouse-docs-ru Ignored Ignored Preview Jul 1, 2026 2:34pm
clickhouse-docs-zh Ignored Ignored Preview Jul 1, 2026 2:34pm

Request Review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread docs/cloud/features/02_integrations/02_data_catalogs.md Outdated
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>
amychen1776 and others added 2 commits June 25, 2026 15:35
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>
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>
Comment thread sidebars.js Outdated
Comment thread docs/integrations/data-catalogs/index.md Outdated
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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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+ |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to send them to the new page of the setup guide

Comment thread docs/integrations/data-catalogs/index.md
@dhtclk

dhtclk commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

@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>
amychen1776 and others added 4 commits June 29, 2026 17:34
- 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>
amychen1776 and others added 4 commits June 30, 2026 17:01
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>
@dhtclk dhtclk merged commit 266d32d into main Jul 1, 2026
17 checks passed
@mintlify

mintlify Bot commented Jul 1, 2026

Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants