Skip to content

Commit 52412cc

Browse files
committed
add edit pipeline images
1 parent 35c8dc5 commit 52412cc

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

content/operate/rc/databases/rdi/view-edit.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,42 @@ To change the data you want to ingest from the data pipeline:
2020

2121
1. From the **Data pipeline** tab, select **Edit**.
2222

23+
{{<image filename="images/rc/rdi/rdi-edit-button.png" alt="The edit pipeline button." width=100px >}}
24+
2325
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**.
2426

27+
{{<image filename="images/rc/rdi/rdi-configure-new-pipeline.png" alt="The Pipeline definition screen. Configure a new pipeline is selected." width=75% >}}
28+
2529
Select **Continue**.
30+
31+
{{<image filename="images/rc/rdi/rdi-continue-button.png" alt="The continue button." width=150px >}}
32+
33+
1. Select the schema and tables you want to migrate to the target database from the **Source data selection** list.
34+
35+
{{<image filename="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.
2638

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+
{{<image filename="images/rc/rdi/rdi-select-columns.png" alt="The select source data section. A table is expanded with a few columns selected." width=75% >}}
2840

2941
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.
3042

31-
Select **Add schema** to add additional database schema.
43+
{{<image filename="images/rc/rdi/rdi-missing-unique-constraint.png" alt="The missing unique constraint list." width=75% >}}
3244

45+
{{<image filename="images/rc/rdi/rdi-select-constraints.png" alt="The missing unique constraint list with columns selected." width=75% >}}
46+
47+
Select **Add schema** to add additional database schemas.
48+
49+
{{<image filename="images/rc/rdi/rdi-add-schema.png" alt="The add schema button." width=150px >}}
50+
3351
Select **Delete** to delete a schema. You must have at least one schema to continue.
3452

53+
{{<image filename="images/rc/rdi/rdi-delete-schema.png" alt="The delete schema button." width=50px >}}
54+
3555
After you've selected the schemas and tables you want to sync, select **Continue**.
3656

57+
{{<image filename="images/rc/rdi/rdi-continue-button.png" alt="The continue button." width=150px >}}
58+
3759
1. Review the tables you selected in the **Summary** and select how you want to update the data pipeline:
3860

3961
- **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:
4466

4567
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.
4668

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.
4870

4971
## Reset data pipeline
5072

1.04 KB
Loading

0 commit comments

Comments
 (0)