Skip to content

Commit 0c876ed

Browse files
more anchors
1 parent aa8ab9b commit 0c876ed

File tree

1 file changed

+3
-3
lines changed
  • docs/integrations/data-ingestion/clickpipes/mysql

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: 'Resync ClickPipe'
77

88
import resync_button from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/resync_button.png'
99

10-
### What does Resync do?
10+
### What does Resync do? {#what-mysql-resync-do}
1111

1212
Resync involves the following operations in order:
1313
1. The existing ClickPipe is dropped, and a new "resync" ClickPipe is kicked off. Thus, changes to source table structures will be picked up when you resync.
@@ -18,7 +18,7 @@ Resync involves the following operations in order:
1818

1919
All the settings of the original ClickPipe are retained in the resync ClickPipe. The statistics of the original ClickPipe are cleared in the UI.
2020

21-
### Use cases for resyncing a ClickPipe
21+
### Use cases for resyncing a ClickPipe {#use-cases-mysql-resync}
2222
Here are a few scenarios:
2323

2424
1. You may need to perform major schema changes on the source tables which would break the existing ClickPipe and you would need to restart. You can just click Resync after performing the changes.
@@ -30,7 +30,7 @@ You can resync multiple times, however please account for the load on the source
3030
since initial load with parallel threads is involved each time.
3131
</Info>
3232

33-
### Resync ClickPipe Guide
33+
### Resync ClickPipe Guide {#guide-mysql-resync}
3434
1. In the Data Sources tab, click on the MySQL ClickPipe you wish to resync.
3535
2. Head over to the **Settings** tab.
3636
3. Click on the **Resync** button.

0 commit comments

Comments
 (0)