Thomas Hervé
Thomas Hervé
This is back, sorry for the inconvenience.
Hi, Regarding the dashboard bug, it's a difference between the OpenAPI spec and old backend behavior. Obviously float X doesn't make sense, but it was still stored this way. The...
A quick workaround would be to update the dashboard to only have have integers for x and y attributes.
Is it happening on a recent dashboard? Otherwise just editing the dashboard and saving it should fix it. Please contact support so that we can see the problematic dashboard. Thanks.
Hi, Can you share the script that you're using? It does work as expected for a simple script that I tried. Thanks.
That's very weird. What's your python version? And your urllib3 version?
Hi, I think the confusion is that `host` is supposed to be a base path. Maybe we can enforce that, as the name is fairly confusing, but you don't really...
Something like `"https://api.datadoghq.com/"`.
Hi, Unfortunately, most if not all the issues are API related, not the library. Regarding `patch_test`, it's a new method to change a test that doesn't require to pass all...
Hi, Indeed the list API doesn't seem to support tags with space. Overall spaces in tags are somewhat discouraged, but I agree with you they are not forbidden. I reached...