-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Describe the bug
Missing codeLocations in return
The schema has now been updated, but this is still missing the codeLocations under datadog for system kinds.
Expected behavior
I am able to use codeLocations and verify this when converting a yaml document to a EntityV3System type
Environment and Versions (please complete the following information):
2.34.0
Additional context
datadog_api_client/model_utils.py", line 146, in set_attribute
│ raise ApiAttributeError("{0} has no attribute '{1}'".format(type(self).name, name), path_to_item)
│ datadog_api_client.exceptions.ApiAttributeError: EntityV3SystemDatadog has no attribute 'code_locations' at
│ ['datadog']['code_locations']
Activity
github-actions commentedon Jun 1, 2025
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:
Verify that you can still reproduce the issue in the latest version of this project.
Comment that the issue is still reproducible and include updated details requested in the issue template.