Cassandra Writer Activity¶
Writes specified view to Cassandra.
Parameters¶
Name |
Description |
Type |
Default |
---|---|---|---|
Title |
Title of the activity to display on the designer. |
text |
|
Host Name |
The initial contact node name or address |
text |
|
Cluster |
Cluster Name. |
text |
|
Keyspace |
Keyspace name. |
text |
|
User Name |
Valid Cassandra user name.
Consider using vault feature with templating (e.g. |
text |
|
Password |
Password associated with above user. Consider
using vault feature with templating (e.g. |
text |
|
Source View |
Name of the DataRow view to be written to Cassandra |
text |
|
As |
Target Cassandra table name. |
text |
|
Mode |
Write mode. Please see blow for list modes and their meanings. |
enum |
error |
Options |
Additional options. |
key-value |
Supported Write Modes¶
Name |
Description |
---|---|
error |
Fail if table already exists. |
append |
Append to existing table or create new. |
overwrite |
Overwrite existing table or create new. |
ignore |
Ignore if table already exists or create new. |