Skip to content

Commit 812b6be

Browse files
authored
🐙 source-datadog: run up-to-date pipeline [2024-08-31] (#44992)
1 parent 1366d4a commit 812b6be

File tree

4 files changed

+29
-21
lines changed

4 files changed

+29
-21
lines changed

airbyte-integrations/connectors/source-datadog/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data:
2323
connectorSubtype: api
2424
connectorType: source
2525
definitionId: 1cfc30c7-82db-43f4-9fd7-ac1b42312cda
26-
dockerImageTag: 1.0.1
26+
dockerImageTag: 1.0.2
2727
dockerRepository: airbyte/source-datadog
2828
githubIssueLabel: source-datadog
2929
icon: datadog.svg

airbyte-integrations/connectors/source-datadog/poetry.lock

+26-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-datadog/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "1.0.1"
6+
version = "1.0.2"
77
name = "source-datadog"
88
description = "Source implementation for Datadog."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/datadog.md

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The Datadog source connector supports the following [sync modes](https://docs.ai
7676

7777
| Version | Date | Pull Request | Subject |
7878
|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------|
79+
| 1.0.2 | 2024-08-31 | [44992](https://github.com/airbytehq/airbyte/pull/44992) | Update dependencies |
7980
| 1.0.1 | 2024-08-24 | [44706](https://github.com/airbytehq/airbyte/pull/44706) | Update dependencies |
8081
| 1.0.0 | 2024-08-19 | [44371](https://github.com/airbytehq/airbyte/pull/44371) | Update CDK version and dependencies, remove parameters and migrate to inline schemas |
8182
| 0.4.15 | 2024-08-17 | [44313](https://github.com/airbytehq/airbyte/pull/44313) | Update dependencies |

0 commit comments

Comments
 (0)