Skip to content

Commit cb192e3

Browse files
lint
1 parent 8ef702d commit cb192e3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

docs/integrations/data-ingestion/clickpipes/mysql/pause_and_resume.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import pause_status from '@site/static/images/integrations/data-ingestion/clickp
1212
import resume_button from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/resume_button.png'
1313
import resume_dialog from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.png'
1414

15-
1615
There are scenarios where it would be useful to pause a MySQL ClickPipe. For example, you may want to run some analytics on existing data in a static state. Or, you might be performing upgrades on MySQL. Here is how you can pause and resume a MySQL ClickPipe.
1716

1817
## Steps to pause a MySQL ClickPipe {#pause-clickpipe-steps}

docs/integrations/data-ingestion/clickpipes/mysql/resync.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Resync involves the following operations in order:
1515
3. Initial load is performed on the `_resync` tables.
1616
4. The `_resync` tables are then swapped with the original tables. Soft deleted rows are transferred from the original tables to the `_resync` tables before the swap.
1717

18-
1918
All the settings of the original ClickPipe are retained in the resync ClickPipe. The statistics of the original ClickPipe are cleared in the UI.
2019

2120
### Use cases for resyncing a ClickPipe {#use-cases-mysql-resync}

docs/integrations/data-ingestion/clickpipes/postgres/resync.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Resync involves the following operations in order:
1515
3. Initial load is performed on the `_resync` tables.
1616
4. The `_resync` tables are then swapped with the original tables. Soft deleted rows are transferred from the original tables to the `_resync` tables before the swap.
1717

18-
1918
All the settings of the original ClickPipe are retained in the resync ClickPipe. The statistics of the original ClickPipe are cleared in the UI.
2019

2120
### Use cases for resyncing a ClickPipe {#use-cases-postgres-resync}

0 commit comments

Comments
 (0)