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

CNCF openGemini Python Client Library

Results 3 opengemini-client-python issues
Sort by recently updated
recently updated
newest added

The type of the 'points' field in the BatchPoints class is currently defined as a list, which is somewhat restrictive. In reality, it only needs to be an iterable that...

now, it can only work in "autogen" which is the default rp. we can fix it like this: `params = {'db': database, 'rp': rp}` in function `write_batch_points`