CouchbaseOperator

Couchbase

Executes N1QL code in a specific couchbase database

Access Instructions

Install the Couchbase provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

n1qlRequiredthe n1ql code to be executed. Can receive a str representing a sql statement
couchbase_conn_idReference to Couchbase connection id.

Documentation

Executes N1QL code in a specific couchbase database

Was this page helpful?