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
@@ -56,13 +50,10 @@ astra db cqlsh exec cdc_demo_db \
56
50
----
57
51
58
52
.Result
59
-
[%collapsible]
60
-
====
61
53
[source,console]
62
54
----
63
55
[INFO] Cqlsh is starting, please wait for connection establishment...
64
56
----
65
-
====
66
57
67
58
Confirm table creation:
68
59
+
@@ -73,8 +64,6 @@ astra db cqlsh exec cdc_demo_db \
73
64
----
74
65
75
66
.Result
76
-
[%collapsible]
77
-
====
78
67
[source,console]
79
68
----
80
69
[INFO] Cqlsh is starting, please wait for connection establishment...
@@ -84,7 +73,6 @@ astra db cqlsh exec cdc_demo_db \
84
73
85
74
(0 rows)
86
75
----
87
-
====
88
76
89
77
== Create a CDC connection
90
78
@@ -101,13 +89,10 @@ astra db create-cdc cdc_demo_db \
101
89
////
102
90
// TODO: The command is not working as expected. Must investigate and figure out why it is reporting the following error: [ERROR] INVALID_ARGUMENT: Error Code=422(422) Invalid information provided to create DB: 422 Unprocessable Entity: databaseId, keyspace, tableName, and orgId are mandatory fields
103
91
.Result
104
-
[%collapsible]
105
-
====
106
92
[source,console]
107
93
----
108
94
109
95
----
110
-
====
111
96
////
112
97
113
98
Use `xref:commands:astra-db-list-cdcs.adoc[]` to confirm CDC details for the database and tenant:
@@ -118,8 +103,6 @@ astra db list-cdcs cdc_demo_db
After you enable CDC on your {db-serverless} database, you're ready to xref:astra-streaming:developing:astream-cdc.adoc#connect-a-sink[connect a sink].
132
+
After you enable CDC on your {db-serverless} database, you're ready to xref:astra-streaming:developing:astream-cdc.adoc#connect-a-sink[connect a sink].
This command unloads row data from the `cities_by_country` table, and stores it as CSV files within a subsirectory names `unloaded_data` in the same directory where you ran the command.
321
+
This command unloads row data from the `cities_by_country` table, and stores it as CSV files within a subsirectory names `unloaded_data` in the same directory where you ran the command.
0 commit comments