Skip to content

Create Polaris Data Catalog Setup Guide#5602

Open
amychen1776 wants to merge 5 commits intomainfrom
polaris
Open

Create Polaris Data Catalog Setup Guide#5602
amychen1776 wants to merge 5 commits intomainfrom
polaris

Conversation

@amychen1776
Copy link
Contributor

Summary

Contributes a guide to setting up the Polaris Data Catalog integration in ClickHouse using SQL Commands

Still remaining

  • figure out how to add it to the sidebar?

Checklist

@amychen1776 amychen1776 requested a review from a team as a code owner February 25, 2026 15:04
@vercel
Copy link

vercel bot commented Feb 25, 2026

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

Project Deployment Actions Updated (UTC)
clickhouse-docs Ready Ready Preview, Comment Feb 26, 2026 3:04pm
4 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-jp Ignored Ignored Feb 26, 2026 3:04pm
clickhouse-docs-ko Ignored Ignored Preview Feb 26, 2026 3:04pm
clickhouse-docs-ru Ignored Ignored Preview Feb 26, 2026 3:04pm
clickhouse-docs-zh Ignored Ignored Preview Feb 26, 2026 3:04pm

Request Review

Copy link
Collaborator

@dhtclk dhtclk left a comment

Choose a reason for hiding this comment

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

A few minor nits, and one optional suggestion on using the VerticalStepper component for sequential steps. Otherwise looks great.

amychen1776 and others added 3 commits February 25, 2026 16:58
Co-authored-by: Dominic Tran <dominic.tran@clickhouse.com>
Co-authored-by: Dominic Tran <dominic.tran@clickhouse.com>
@dhtclk
Copy link
Collaborator

dhtclk commented Feb 26, 2026

@amychen1776 - to address your questions about adding this to the sidebar, it's autogenerated in sidebars.js:

        {
          type: 'category',
          label: 'Data lake',
          collapsed: true,
          collapsible: true,
          link: { type: 'doc', id: 'use-cases/data_lake/index' },
          items: [
            {
              type: 'autogenerated',
              dirName: 'use-cases/data_lake',
            },
          ],
        },

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