Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.2.3
-
None
-
None
-
1
Description
What's the issue?
In the latest (3.2.3) version of the Python SDK the QueryIndexManager function create_primary_index() fails with
_create_index() takes from 3 to 4 positional arguments but 5 were given |
What's the fix?
Change
self._create_index(bucket_name, [], index_name, *options, **final_args)
|
in create_primary_index() to
self._create_index(bucket_name, [], index_name, **final_args)
|
similarly to how this is done in create_index().
Attachments
Issue Links
- is triggering
-
MB-49689 [CV] Temporarily update Python SDK to 3.2.0
-
- Closed
-
For Gerrit Dashboard: PYCBC-1207 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
166560,2 | PYCBC-1207: Fix options handling when creating a primary index via the QueryManagement API | master | couchbase-python-client | Status: MERGED | +2 | +1 |