-
Notifications
You must be signed in to change notification settings - Fork 43
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
example: datadog_api_client.v2 query_timeseries_data does not work #2240
Comments
I faced the similar issue while concating a list and pass it :
If use code above and submitting the query will get empty response. If I hard code the list will get the correct response(all query conditions are the same):
python client version: 2.30.0 |
Thanks for your contribution! This issue has been automatically marked as stale because it has not had activity in the last 30 days. Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity. Thank you for participating in the Datadog open source community. If you would like this issue to remain open:
|
Describe the bug
A clear and concise description of what the bug is.
when I run test in
https://github.com/DataDog/datadog-api-client-python/blob/master/examples/v2/metrics/QueryTimeseriesData.py
return error: {'errors': ['Invalid query input']}
Label the issue properly.
severity/
label.documentation
label if this issue is related to documentation changes.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment and Versions (please complete the following information):
A clear and precise description of your setup:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: