Skip to content

Commit

Permalink
Source SFTP: upgrade to latest CDK (#34265)
Browse files Browse the repository at this point in the history
Co-authored-by: Augustin <augustin@airbyte.io>
  • Loading branch information
lazebnyi and alafanechere committed Jan 19, 2024
1 parent ae34343 commit 3a7f00f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-sftp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

airbyteJavaConnector {
cdkVersionRequired = '0.2.0'
cdkVersionRequired = '0.7.7'
features = ['db-sources']
useLocalCdk = false
}
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-sftp/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: file
connectorType: source
definitionId: a827c52e-791c-4135-a245-e233c5255199
dockerImageTag: 0.1.2
dockerImageTag: 0.2.0
dockerRepository: airbyte/source-sftp
documentationUrl: https://docs.airbyte.com/integrations/sources/sftp
githubIssueLabel: source-sftp
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/sources/sftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ More formats \(e.g. Apache Avro\) will be supported in the future.
## Changelog

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------------------- |
|:--------|:-----------|:---------------------------------------------------------| :----------------------------------------------------- |
| 0.2.0 | 2024-01-15 | [34265](https://github.com/airbytehq/airbyte/pull/34265) | Remove LEGACY state flag |
| 0.1.2 | 2022-06-17 | [13864](https://github.com/airbytehq/airbyte/pull/13864) | Updated stacktrace format for any trace message errors |
| 0.1.0 | 2021-24-05 | | Initial version |

0 comments on commit 3a7f00f

Please sign in to comment.