You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorial/markdown/connectors/airbyte/airbyte-couchbase-integration.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@ Before starting this tutorial, ensure you have:
65
65
2.**Running Cluster**: At least one operational cluster
66
66
3.**Bucket Created**: One or more buckets with scopes and collections
67
67
4.**Database User**: Users with appropriate permissions:
68
-
-**For Source**: Data Reader, Query Select roles
69
-
-**For Destination**: Data Reader, Data Writer, Query Manager roles
68
+
-**For Source**: Read access
69
+
-**For Destination**: Read/Write access
70
70
5.**Network Access**: IP allowlist configured (we'll cover this in setup)
71
71
72
72
### Airbyte Setup
@@ -108,7 +108,7 @@ The Couchbase source connector allows Airbyte to extract data from your Couchbas
108
108
-**Username**: `airbyte_source_user` (or your preferred name)
109
109
-**Password**: Generate a secure password
110
110
-**Bucket Access**: Select the source bucket
111
-
-**Permissions**: Assign "Data Reader" and "Query Select" roles
111
+
-**Access**: Select "Read" access for the bucket
112
112
5. Save the credentials securely
113
113
114
114
#### Configure Network Access
@@ -224,10 +224,10 @@ The Couchbase destination connector allows Airbyte to load data into your Couchb
224
224
-**Username**: `airbyte_dest_user` (or your preferred name)
225
225
-**Password**: Generate a secure password
226
226
-**Bucket Access**: Select the destination bucket
227
-
-**Permissions**: Assign "Data Reader", "Data Writer", and "Query Manager" roles
227
+
-**Access**: Select "Read/Write" access for the bucket
228
228
4. Save the credentials
229
229
230
-
**Note**: Query Manager role is required for automatic collection creation. These Database Access credentials are used for cluster connections via the SDK, distinct from Capella API credentials which would be used for Capella management operations.
230
+
**Note**: These Database Access credentials are used for cluster connections via the SDK, distinct from Capella API credentials which would be used for Capella management operations.
231
231
232
232
#### Ensure Network Access
233
233
@@ -661,13 +661,8 @@ Set up alerts for high CPU, memory, and disk queue thresholds based on your clus
661
661
662
662
**Permissions**:
663
663
```
664
-
Source User:
665
-
- Data Reader (read documents)
666
-
- Query Select (run N1QL SELECT)
667
-
668
-
Destination User:
669
-
- Data Reader (verify existing data)
670
-
- Data Writer (insert/update documents)
664
+
Source User: Read access
665
+
Destination User: Read/Write access
671
666
```
672
667
673
668
#### 2. Network Security
@@ -796,7 +791,7 @@ Monitor sync health in the Airbyte UI:
796
791
797
792
#### Destination Connector Issues
798
793
799
-
**"Collection creation failed"**: Verify user has Data Writer and Query Manager permissions, and scope exists.
794
+
**"Collection creation failed"**: Verify user has Read/Write access and scope exists.
800
795
801
796
**"Batch write timeout"**: Scale up Capella cluster or reduce sync frequency.
0 commit comments