Skip to content

Commit

Permalink
Cloud e2e support refreshes (#37694)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau committed Apr 30, 2024
1 parent 9c8fd80 commit b8fad80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: file
connectorType: destination
definitionId: a7bcc9d8-13b3-4e49-b80d-d020b90045e3
dockerImageTag: 0.3.1
dockerImageTag: 0.3.2
dockerRepository: airbyte/destination-dev-null
githubIssueLabel: destination-dev-null
icon: airbyte.svg
Expand All @@ -21,4 +21,5 @@ data:
sl: 100
ql: 100
supportLevel: community
supportsRefreshes: true
metadataSpecVersion: "1.0"
9 changes: 5 additions & 4 deletions docs/integrations/destinations/dev-null.md
Expand Up @@ -4,7 +4,8 @@ The Airbyte `dev-null` Destination. This destination is for testing and debuggin

## Changelog

| Version | Date | Pull Request | Subject |
|:--------|:-----------| :------------------------------------------------------- | :------------ |
| 0.3.0 | 2023-05-08 | [25776](https://github.com/airbytehq/airbyte/pull/25776) | Change Schema |
| 0.2.7 | 2022-08-08 | [13932](https://github.com/airbytehq/airbyte/pull/13932) | Bump version |
| Version | Date | Pull Request | Subject |
|:--------|:-----------| :------------------------------------------------------- |:------------------|
| 0.3.2 | 2023-05-08 | [25776](https://github.com/airbytehq/airbyte/pull/25776) | Support Refreshes |
| 0.3.0 | 2023-05-08 | [25776](https://github.com/airbytehq/airbyte/pull/25776) | Change Schema |
| 0.2.7 | 2022-08-08 | [13932](https://github.com/airbytehq/airbyte/pull/13932) | Bump version |

0 comments on commit b8fad80

Please sign in to comment.