clickhouse-docs icon indicating copy to clipboard operation
clickhouse-docs copied to clipboard

Postgres ClickPipe: Add docs for pausing, table modification

Open Amogh-Bharadwaj opened this issue 10 months ago • 8 comments

Summary

This PR adds docs for:

  1. Pausing and resuming a Postgres ClickPipe
  2. Removing a table from a Postgres ClickPipe
  3. Adding a table to a Postgres ClickPipe
  4. 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

Amogh-Bharadwaj avatar Feb 07 '25 19:02 Amogh-Bharadwaj

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Feb 07 '25 19:02 CLAassistant

 ====== /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

gingerwizard avatar Feb 12 '25 18:02 gingerwizard

@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

gingerwizard avatar Feb 12 '25 18:02 gingerwizard

@Amogh-Bharadwaj can address issues please

gingerwizard avatar Mar 05 '25 09:03 gingerwizard

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

vercel[bot] avatar Mar 05 '25 21:03 vercel[bot]

sidebar + spelling

We wouldn't need these in the sidebar I think @gingerwizard cc @iskakaushik

Amogh-Bharadwaj avatar Mar 05 '25 21:03 Amogh-Bharadwaj

@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

Amogh-Bharadwaj avatar Mar 07 '25 11:03 Amogh-Bharadwaj

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 :)

Blargian avatar Mar 13 '25 15:03 Blargian