-
Notifications
You must be signed in to change notification settings - Fork 51
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']