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
1. For the **Configure a new pipeline** option, select the Redis data type to write keys to the target. You can choose **Hash** or **JSON**.
24
26
27
+
{{<imagefilename="images/rc/rdi/rdi-configure-new-pipeline.png"alt="The Pipeline definition screen. Configure a new pipeline is selected."width=75% >}}
1. Select the schema and tables you want to migrate to the target database from the **Source data selection** list.
34
+
35
+
{{<imagefilename="images/rc/rdi/rdi-select-source-data.png"alt="The select source data section. "width=75% >}}
36
+
37
+
You can select any number of columns from a table.
26
38
27
-
1. Select the schema and tables you want to migrate to the target database from the **Source data selection** list. You can select any number of columns from a table.
39
+
{{<imagefilename="images/rc/rdi/rdi-select-columns.png"alt="The select source data section. A table is expanded with a few columns selected."width=75% >}}
28
40
29
41
If any tables are missing a unique constraint, the **Missing unique constraint** list will appear. Select the columns that define a unique constraint for those tables from the list.
30
42
31
-
Select **Add schema** to add additional database schema.
1. Review the tables you selected in the **Summary** and select how you want to update the data pipeline:
38
60
39
61
-**Apply to new data changes only**: The data pipeline will only synchronize new updates to the schema and tables selected. The data pipeline will not ingest any data from new schemas or tables that are selected.
@@ -44,7 +66,7 @@ To change the data you want to ingest from the data pipeline:
44
66
45
67
At this point, the data pipeline will apply the changes. If you selected **Reset pipeline** or **Flush cached data and reset pipeline**, the data pipeline will ingest data from the source database to the target database. After this initial sync is complete, the data pipeline enters the *change streaming* phase, where changes are captured as they happen.
46
68
47
-
If you selected **Apply to new data changes only**, the data pipeline will enter the *change streaming* phase without ingesting the data.
69
+
If you selected **Apply to new data changes only**, the data pipeline will enter the *change streaming* phase without ingesting data.
0 commit comments