-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client.delete_api() not working anymore? #560
Comments
Any update on this? |
Hi @MatinF, which type of the InfluxDB Cloud do you use? The Regards |
This problem is for the Serverless indeed. In the a For context, our use case and challenge is this:
In the past with TSM, the above setup was no problem: Users could write any number of signals for a given measurement. If, for some reason, they wanted to delete a measurement entirely, this could be done via the aforementioned delete function. However, with the transition to the new InfluxDB cloud and 'serverless' system, two problems arise:
I hope the above provides context. We are really happy about InfluxDB, but these two challenges being introduced with Serverless are major headaches for all our users. |
@MatinF thanks for raising the issue and providing details about the use case. There have been some internal discussions about the 200 limit. We'll bring this issue up again for further discussion. |
Specifications
I am trying to use the below function that we normally use to delete a measurement. But it seems to no longer be working as intended. Has this been depreceated?
Code sample to reproduce problem
Expected behavior
The entire measurement should be deleted from my influxdb cloud bucket
Actual behavior
The measurement is not deleted from the cloud bucket. I am not sure if this is related to the test being performed on a newly created cloud bucket, whereas previous tests have been performed on older accounts (where the UI in the cloud bucket looks very different). The versions appear to be the same, though, and I can write data to the bucket without issues.
Additional info
No response
The text was updated successfully, but these errors were encountered: