couchbase-python-client icon indicating copy to clipboard operation
couchbase-python-client copied to clipboard

Fix AnalyticsStatus return values

Open abhayayay opened this issue 1 year ago • 1 comments

With the code currently implemented. The line in analytics.py: def status(self) -> AnalyticsStatus: return AnalyticsStatus[self._raw.get("status", "unknown").upper()] will always return AnalyticsStatus.RUNNING

This change fix this issue.

abhayayay avatar May 15 '24 08:05 abhayayay