Couchbase ETL Source

Couchbase channel helps in fetching data from Couchbase.


Schema Type

See the topic Provide Schema for ETL Source → to know how schema details can be provided for data sources.

After providing schema type details, the next step is to configure the data source.


Data Source Configuration

Configure the data source parameters as explained below.

Connection Name

Connections are the service identifiers. A connection name can be selected from the list if you have created and saved connection details for Couchbase earlier. Or create one as explained in the topic - Couchbase Connection →

Use the Test Connection option to ensure that the connection with the Couchbase channel is established successfully.

A success message states that the connection is available. In case of any error in test connection, edit the connection to resolve the issue before proceeding further.


Bucket Name

Source bucket name.


Record Limit

Enable the limit to fetch the number of records from Couchbase.


Max No of Records

Number of records fetched from Couchbase.


Overflow Condition

Specify the action to take when the number of records exceeds the defined limit.


Fetch Data

Fetch the raw or aggregated data from the Couchbase.


Grouping Fields

Field of selected message on which group by is applied.


Fields

Provide the function, input field, and output field.


Add Configuration: Additional properties can be added using this option as key-value pairs.


Detect Schema

Check the populated schema details. For more details, see Schema Preview →


Pre Action

To understand how to provide SQL queries or Stored Procedures that will be executed during pipeline run, see Pre-Actions →.


Notes

Optionally, enter notes in the Notes → tab and save the configuration.

Top