Skip to content

Commit 8aa9af9

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update Cassandra GA
1 parent 2a5e621 commit 8aa9af9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

articles/data-factory/connector-cassandra.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.subservice: data-movement
77
ms.custom: synapse
88
ms.topic: conceptual
9-
ms.date: 04/02/2025
9+
ms.date: 05/06/2025
1010
ms.author: jianleishen
1111
---
1212
# Copy data from Cassandra using Azure Data Factory or Synapse Analytics
@@ -30,7 +30,7 @@ For a list of data stores that are supported as sources/sinks, see the [Supporte
3030

3131
Specifically, this Cassandra connector supports:
3232

33-
- Cassandra **versions 3.x.x and 4.x.x** for version 2.0 (Preview).
33+
- Cassandra **versions 3.x.x and 4.x.x** for version 2.0.
3434
- Cassandra **versions 2.x and 3.x** for version 1.0.
3535
- Copying data using **Basic** or **Anonymous** authentication.
3636

@@ -81,7 +81,7 @@ The following properties are supported for Cassandra linked service:
8181
| Property | Description | Required |
8282
|:--- |:--- |:--- |
8383
| type |The type property must be set to: **Cassandra** |Yes |
84-
| version | The version that you specify. | Yes for version 2.0 (Preview). |
84+
| version | The version that you specify. | Yes for version 2.0. |
8585
| host |One or more IP addresses or host names of Cassandra servers.<br/>Specify a comma-separated list of IP addresses or host names to connect to all servers concurrently. |Yes |
8686
| port |The TCP port that the Cassandra server uses to listen for client connections. |No (default is 9042) |
8787
| authenticationType | Type of authentication used to connect to the Cassandra database.<br/>Allowed values are: **Basic**, and **Anonymous**. |Yes |
@@ -92,7 +92,7 @@ The following properties are supported for Cassandra linked service:
9292
>[!NOTE]
9393
>Currently connection to Cassandra using TLS is not supported.
9494
95-
**Example: version 2.0 (Preview)**
95+
**Example: version 2.0**
9696

9797
```json
9898
{
@@ -180,7 +180,7 @@ For a full list of sections and properties available for defining activities, se
180180

181181
### Cassandra as source
182182

183-
If you use version 2.0 (Preview) to copy data from Cassandra, set the source type in the copy activity to **CassandraSource**. The following properties are supported in the copy activity **source** section:
183+
If you use version 2.0 to copy data from Cassandra, set the source type in the copy activity to **CassandraSource**. The following properties are supported in the copy activity **source** section:
184184

185185
| Property | Description | Required |
186186
|:--- |:--- |:--- |
@@ -233,7 +233,7 @@ If you use version 1.0 to copy data from Cassandra, set the source type in the c
233233

234234
When copying data from Cassandra, the following mappings are used from Cassandra data types to interim data types used internally within the service. See [Schema and data type mappings](copy-activity-schema-and-type-mapping.md) to learn about how copy activity maps the source schema and data type to the sink.
235235

236-
| Cassandra data type | Interim service data type (for version 2.0 (Preview)) | Interim service data type (for version 1.0) |
236+
| Cassandra data type | Interim service data type (for version 2.0) | Interim service data type (for version 1.0) |
237237
|:--- |:--- |:--- |
238238
| ASCII |String |String |
239239
| BIGINT |Int64 |Int64 |
@@ -262,9 +262,9 @@ When copying data from Cassandra, the following mappings are used from Cassandra
262262
> The length of Binary Column and String Column lengths cannot be greater than 4000.
263263
>
264264
265-
## Work with collections when using version 2.0 (Preview)
265+
## Work with collections when using version 2.0
266266

267-
When using version 2.0 (Preview) to copy data from your Cassandra database, no virtual tables for collection types are created. You can copy a source table to the sink in its original type in JSON format.
267+
When using version 2.0 to copy data from your Cassandra database, no virtual tables for collection types are created. You can copy a source table to the sink in its original type in JSON format.
268268

269269
### Example
270270

@@ -351,21 +351,21 @@ To learn details about the properties, check [Lookup activity](control-flow-look
351351

352352
Here are steps that help you upgrade the Cassandra connector:
353353

354-
1. In **Edit linked service** page, select version 2.0 (Preview) and configure the linked service by referring to [Linked service properties](#linked-service-properties).
354+
1. In **Edit linked service** page, select version 2.0 and configure the linked service by referring to [Linked service properties](#linked-service-properties).
355355

356-
2. In version 2.0 (Preview), the `query` in the copy activity source supports only CQL query, not SQL-92 query. For more information, see [Cassandra as source](#cassandra-as-source).
356+
2. In version 2.0, the `query` in the copy activity source supports only CQL query, not SQL-92 query. For more information, see [Cassandra as source](#cassandra-as-source).
357357

358-
3. The data type mapping for version 2.0 (Preview) is different from that for version 1.0. To learn the latest data type mapping, see [Data type mapping for Cassandra](#data-type-mapping-for-cassandra).
358+
3. The data type mapping for version 2.0 is different from that for version 1.0. To learn the latest data type mapping, see [Data type mapping for Cassandra](#data-type-mapping-for-cassandra).
359359

360-
## Differences between Cassandra version 2.0 (Preview) and version 1.0
360+
## Differences between Cassandra version 2.0 and version 1.0
361361

362-
The Cassandra connector version 2.0 (Preview) offers new functionalities and is compatible with most features of version 1.0. The table below shows the feature differences between version 2.0 (Preview) and version 1.0.
362+
The Cassandra connector version 2.0 offers new functionalities and is compatible with most features of version 1.0. The table below shows the feature differences between version 2.0 and version 1.0.
363363

364-
| Version 2.0 (Preview) | Version 1.0 |
364+
| Version 2.0 | Version 1.0 |
365365
| --- | --- |
366366
| Support CQL query. | Support SQL-92 query or CQL query. |
367367
| Support specifying `keyspace` and `tableName` separately in dataset. | Support editing `keyspace` when you select enter manually table name in dataset. |
368-
| No virtual tables are created for collection types. For more information, see [Work with collections when using version 2.0 (Preview)](#work-with-collections-when-using-version-20-preview). | Virtual tables are created for collection types. For more information, see [Work with Cassandra collection types using virtual table when using version 1.0](#work-with-collections-using-virtual-table-when-using-version-10). |
368+
| No virtual tables are created for collection types. For more information, see [Work with collections when using version 2.0](#work-with-collections-when-using-version-20). | Virtual tables are created for collection types. For more information, see [Work with Cassandra collection types using virtual table when using version 1.0](#work-with-collections-using-virtual-table-when-using-version-10). |
369369
| The following mappings are used from Cassandra data types to interim service data type. <br><br> SMALLINT -> Short <br> TINYINT -> SByte | The following mappings are used from Cassandra data types to interim service data type. <br><br> SMALLINT -> Int16 <br> TINYINT -> Int16 |
370370

371371
## Related content

0 commit comments

Comments
 (0)