Skip to content

Commit

Permalink
source-datadog contribution from topefolorunso (#48833)
Browse files Browse the repository at this point in the history
Co-authored-by: Christo Grabowski <[email protected]>
  • Loading branch information
topefolorunso and ChristoGrab authored Dec 12, 2024
1 parent 3b3c965 commit e6a56d3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
12 changes: 3 additions & 9 deletions airbyte-integrations/connectors/source-datadog/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
version: 5.7.5
version: 5.16.0

type: DeclarativeSource

description: removed `is_read_only` attribute from dashboards stream schema

check:
type: CheckStream
stream_names:
Expand Down Expand Up @@ -682,14 +684,6 @@ schemas:
- "null"
description: Dashboard identifier.
readOnly: true
is_read_only:
type:
- boolean
- "null"
description: >-
Whether this dashboard is read-only. If True, only the author and
admins can make changes to it.
readOnly: true
layout_type:
type:
- string
Expand Down
5 changes: 4 additions & 1 deletion airbyte-integrations/connectors/source-datadog/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ data:
1.0.0:
message: "Spec and schema are inline now, and default start and end date is setup for incremental sync."
upgradeDeadline: "2024-09-18"
2.0.0:
message: "`is_read_only` has been removed from the `dashboards` stream schema. This attribute is deprecated as per API upgrade. See more [here](https://docs.datadoghq.com/dashboards/guide/is-read-only-deprecation/)"
upgradeDeadline: "2024-12-13"
connectorSubtype: api
connectorType: source
definitionId: 1cfc30c7-82db-43f4-9fd7-ac1b42312cda
dockerImageTag: 1.1.1
dockerImageTag: 2.0.0
dockerRepository: airbyte/source-datadog
githubIssueLabel: source-datadog
icon: datadog.svg
Expand Down
5 changes: 5 additions & 0 deletions docs/integrations/sources/datadog-migrations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Datadog Migration Guide

## Upgrading to 2.0.0

On December 13, 2024, Datadog is removing support for the `is_read_only` attribute in the Dashboards API’s. Hence, the `is_read_only` attribute will no longer be available in the dashboards stream response. Upgrade and resync to reset the schema and update the records.

## Upgrading to 1.0.0

Starting 1.0, Datadog source will apply start and end dates to sync data incrementally. When upgrading, take a minute to set start and end date config options.

1 change: 1 addition & 0 deletions docs/integrations/sources/datadog.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ The Datadog source connector supports the following [sync modes](https://docs.ai

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------|
| 2.0.0 | 2024-12-06 | [48833](https://github.com/airbytehq/airbyte/pull/48833) | Remove `is_read_only` parameter from dashboards stream schema |
| 1.1.1 | 2024-10-28 | [46502](https://github.com/airbytehq/airbyte/pull/46502) | Update dependencies |
| 1.1.0 | 2023-10-04 | [46387](https://github.com/airbytehq/airbyte/pull/46387) | Migrate to manifest only |
| 1.0.6 | 2024-09-28 | [46190](https://github.com/airbytehq/airbyte/pull/46190) | Update dependencies |
Expand Down

0 comments on commit e6a56d3

Please sign in to comment.