Query
yaml
type: "io.kestra.plugin.couchbase.query"
Examples
yaml
id: "query"
type: "io.kestra.plugin.couchbase.query"
connectionString: couchbase://localhost
username: couchbase_user
password: couchbase_passwd
query: SELECT * FROM `COUCHBASE_BUCKET`(.`COUCHBASE_SCOPE`.`COUCHBASE_COLLECTION`)
fetchType: FETCH
Properties
connectionString *Requiredstring
Min length
1
password *Requiredstring
Min length
1
query *Requiredstring
Min length
1
username *Requiredstring
Min length
1
fetchType string
Default
STORE
Possible Values
STORE
FETCH
FETCH_ONE
NONE
parameters objectarray
SubType string
Outputs
row object
rows array
SubType object
size integer
uri string
Format
uri