opengemini-client-python
opengemini-client-python copied to clipboard
the api write_batch_points missing the param rp
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