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
To Reproduce
Use the KVStoreCollectionData query with the dict type prescribed in the docstrings collection.data.query(query={"id": {"$gt": 24}}) or collection.data.query({"id": {"$gt": 24}})
Hi @malvidin , Thanks for bringing it up.
We have considered your suggestion and added dictionary support for KVStore "query" methods. Also updated the KVStore example file for reference. Changes will be available in the next release.
Hi @malvidin , we have a new SDK release 1.6.17 with the proposed changes. Would request you to try with the latest SDK version. Let us know in case if you face any issue with the change implemented.
Describe the bug
The
**query
in KV Store Data API functions have an error in typing or in usage in the function.splunk-sdk-python/splunklib/client.py
Line 3633 in 9f6b2e0
splunk-sdk-python/splunklib/client.py
Line 3643 in 9f6b2e0
To Reproduce
Use the
KVStoreCollectionData
query with the dict type prescribed in the docstringscollection.data.query(query={"id": {"$gt": 24}}) or collection.data.query({"id": {"$gt": 24}})
Expected behavior
The previous queries should succeed, as documented.
https://docs.splunk.com/Documentation/Splunk/8.1.0/RESTREF/RESTkvstore
Splunk Version
splunklib Version
The text was updated successfully, but these errors were encountered: