clickhouse-docs
clickhouse-docs copied to clipboard
Postgres ClickPipe: Add docs for pausing, table modification
Summary
This PR adds docs for:
- Pausing and resuming a Postgres ClickPipe
- Removing a table from a Postgres ClickPipe
- Adding a table to a Postgres ClickPipe
- Resyncing specific tables in a Postgres Clickpipe.
Checklist
- [x] Delete items not relevant to your PR
- [x] URL changes should add a redirect to the old URL via https://github.com/ClickHouse/clickhouse-docs/blob/main/docusaurus.config.js
- [x] If adding a new integration page, also add an entry to the integrations list here: https://github.com/ClickHouse/clickhouse-docs/blob/main/docs/en/integrations/index.mdx
====== /home/runner/work/clickhouse-docs/clickhouse-docs/docs/en/integrations/data-ingestion/clickpipes/postgres/table_resync.md ======
Resyncing
resyncing
add to dictionary please @Amogh-Bharadwaj
@Amogh-Bharadwaj you also need to add to sidebars.js maybe https://github.com/ClickHouse/clickhouse-docs/blob/bee2f0d12b9b1f1b7b8b788b3d89b24d3fd48f41/sidebars.js#L660
but discuss with @iskakaushik as imagine you want a sub category
@Amogh-Bharadwaj can address issues please
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| clickhouse-docs | ✅ Ready (Inspect) | Visit Preview | Apr 16, 2025 11:22am | |
| clickhouse-docs-jp | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 16, 2025 11:22am |
2 Skipped Deployments
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| clickhouse-docs-ru | ⬜️ Ignored (Inspect) | Visit Preview | Apr 16, 2025 11:22am | |
| clickhouse-docs-zh | ⬜️ Ignored (Inspect) | Visit Preview | Apr 16, 2025 11:22am |
sidebar + spelling
We wouldn't need these in the sidebar I think @gingerwizard cc @iskakaushik
@gingerwizard I've added an entry without the en as well The linter throws an error saying the path with en is missing unless I add this entry with the en
Hey @Amogh-Bharadwaj, we made some fairly big changes to the docs repo in the last month. I've taken the liberty to move the pages to the new structure (we no longer have /docs/en. Everything under en is now just in docs) and we're also now storing all images under the static directory going forward - I updated this for you.
The only thing left to do is decide where these pages need to go and add them to the sidebar.js :)