You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/core/flow_methods.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ A data source may enable one or multiple *change capture mechanisms*:
103
103
* Configured with a [refresh interval](flow_def#refresh-interval), which is generally applicable to all data sources.
104
104
105
105
* Specific data sources also provide their specific change capture mechanisms.
106
-
For example, [`GoogleDrive` source](../ops/sources#google-drive) allows polling recent modified files.
106
+
For example, [`GoogleDrive` source](../ops/sources#googledrive) allows polling recent modified files.
107
107
See documentations for specific data sources.
108
108
109
109
Change capture mechanisms enable CocoIndex to continuously capture changes from the source data and update the target data accordingly, under live update mode.
0 commit comments