Skip to content

System kind is missing codeLocations in datadog #2541

@mattm-ecoatm

Description

@mattm-ecoatm

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

github-actions commented on Jun 1, 2025

@github-actions

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:

  1. Verify that you can still reproduce the issue in the latest version of this project.

  2. Comment that the issue is still reproducible and include updated details requested in the issue template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mattm-ecoatm

        Issue actions

          System kind is missing codeLocations in datadog · Issue #2541 · DataDog/datadog-api-client-python