Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

System kind is missing codeLocations in datadog

オープン
#2,541 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
52/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
openapi, python
領域
api

調査の方向性

src/datadog_api_client/v2/model/entity_v3_system_datadog.py を調査し、特にリンクされた行の周辺にある datadog フィールドを確認して、それを生成したスキーマまたはモデル生成の経路を追跡します。datadog.code_locations を含む EntityV3System への YAML 変換を再現してください。値が受け入れられ、結果のモデルで利用できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

kind/bug stale

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']

主要言語
Python
スター
166
フォーク
55
平均マージ
2日 17時間
マージ済み PR(30日)
73

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

DataDog/datadog-api-client-python のほかの issue

DataDog/datadog-api-client-python の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。