Skip to content

feat: Add JSON schema support to Datadog source plugin#16358

Merged
kodiakhq[bot] merged 3 commits into
mainfrom
feat/adding-datadog-jsonschema
Jan 30, 2024
Merged

feat: Add JSON schema support to Datadog source plugin#16358
kodiakhq[bot] merged 3 commits into
mainfrom
feat/adding-datadog-jsonschema

Conversation

@mnorbury
Copy link
Copy Markdown
Contributor

fixes: #16336

@mnorbury mnorbury requested review from a team and hermanschaaf and removed request for a team January 30, 2024 15:49

import _ "embed"

type Spec struct {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be great to add the descriptions from https://hub.cloudquery.io/plugins/source/cloudquery/datadog/v4.2.8/docs?search=datadog#configuration-datadog-spec as comments here, so it will be propagated to the JSONSchema as well

Copy link
Copy Markdown
Contributor

@hermanschaaf hermanschaaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit about the descriptions, otherwise LGTM 👍

@mnorbury mnorbury force-pushed the feat/adding-datadog-jsonschema branch from 5f8f536 to 5532fb0 Compare January 30, 2024 16:40
@mnorbury mnorbury added automerge Automatically merge once required checks pass and removed automerge Automatically merge once required checks pass labels Jan 30, 2024
@mnorbury mnorbury force-pushed the feat/adding-datadog-jsonschema branch from 9f75bdf to 8a92e76 Compare January 30, 2024 16:44
@mnorbury mnorbury added the automerge Automatically merge once required checks pass label Jan 30, 2024
@kodiakhq kodiakhq Bot merged commit 4af95e3 into main Jan 30, 2024
@kodiakhq kodiakhq Bot deleted the feat/adding-datadog-jsonschema branch January 30, 2024 16:50
kodiakhq Bot pushed a commit that referenced this pull request Jan 31, 2024
🤖 I have created a release *beep* *boop*
---


## [6.1.0](plugins-source-cloudflare-v6.0.3...plugins-source-cloudflare-v6.1.0) (2024-01-31)


### Features

* Add JSON schema support to Datadog source plugin ([#16358](#16358)) ([4af95e3](4af95e3))
* Adding JSON Schema support to Cloudflare ([#16357](#16357)) ([806a968](806a968))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.27.0 ([#16237](#16237)) ([3fcdab0](3fcdab0))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.27.1 ([#16296](#16296)) ([ab4a0da](ab4a0da))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.27.2 ([#16342](#16342)) ([f3eb857](f3eb857))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.28.0 ([#16362](#16362)) ([9166b6b](9166b6b))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq Bot pushed a commit that referenced this pull request Jan 31, 2024
🤖 I have created a release *beep* *boop*
---


## [4.3.0](plugins-source-datadog-v4.2.8...plugins-source-datadog-v4.3.0) (2024-01-31)


### Features

* Add JSON schema support to Datadog source plugin ([#16358](#16358)) ([4af95e3](4af95e3))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.27.0 ([#16237](#16237)) ([3fcdab0](3fcdab0))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.27.1 ([#16296](#16296)) ([ab4a0da](ab4a0da))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.27.2 ([#16342](#16342)) ([f3eb857](f3eb857))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.28.0 ([#16362](#16362)) ([9166b6b](9166b6b))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add JSON schema to plugins/source/datadog

3 participants