Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
testExecutionConcurrency=1
JunitMethodExecutionTimeout=5m
cdkVersion=0.1.54
cdkVersion=0.2.4
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: database
connectorType: source
definitionId: f14d5125-dc0d-4f6c-abe5-acde821a2203
dockerImageTag: 0.1.6
dockerImageTag: 0.1.7
dockerRepository: airbyte/source-datagen
documentationUrl: https://docs.airbyte.com/integrations/sources/datagen
githubIssueLabel: source-datagen
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/datagen.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Generates a stream named `all types` with columns for various Airbyte data types

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------|
| 0.1.7 | 2026-02-01 | [72514](https://github.com/airbytehq/airbyte/pull/72514) | Upgrade to Bulk CDK 0.2.4. |
| 0.1.6 | 2025-10-23 | [68611](https://github.com/airbytehq/airbyte/pull/68611) | Update cdk version |
| 0.1.5 | 2025-10-21 | [68581](https://github.com/airbytehq/airbyte/pull/68581) | Update dataChannel version |
| 0.1.4 | 2025-10-16 | [68131](https://github.com/airbytehq/airbyte/pull/68131) | Increment naming fix |
Expand Down
Loading