| Name | Type | Description |
|---|---|---|
connection_string* | str | The connection string to the Couchbase cluster. |
db_username* | str | The username to connect to the Couchbase cluster. |
db_password* | str | The password to connect to the Couchbase cluster. |
query* | str | The SQL++ query to execute. |
page_content_fields | Optional[List[str]] | Default: None |
metadata_fields | Optional[List[str]] | Default: None |
Load documents from Couchbase.
Each document represents one row of the result. The page_content_fields are
written into the page_contentof the document. The metadata_fields are written
into the metadata of the document. By default, all columns are written into
the page_content and none into the metadata.
The columns to write into the
page_content field of the document. By default, all columns are
written.
The columns to write into the
metadata field of the document. By default, no columns are written.