Couchbase Reader Activity¶
Reads Couchbase bucket as a view.
Activity Parameters¶
Name |
Description |
Type |
Default |
---|---|---|---|
Title |
Title of the activity to display on the designer. |
text |
|
Bucket |
Couchbase bucket name. |
text |
|
As |
Name of the DataRow view linked to the Couchbase bucket. |
text |
|
Options |
Additional options. |
key-value |
Job Parameters¶
Note
Couchbase server details are set under job additional parameters as listed below.
Key |
Value |
---|---|
spark.couchbase.nodes |
<host1:port1>;<host2:port2>;<host3:port3>;… |
com.couchbase.username |
Valid Couchbase user name. Consider using vault with templating |
com.couchbase.password |
Valid Couchbase user name. Consider using vault with templating |
com.couchbase.bucket.<bucket-name1> |
<bucket-name1> |
com.couchbase.bucket.<bucket-name2> |
<bucket-name2> |