Skip to content

Commit

Permalink
Destination S3 Data Lake: update metadata, add docs (#50991)
Browse files Browse the repository at this point in the history
Co-authored-by: Francis Genet <[email protected]>
  • Loading branch information
edgao and frifriSF59 authored Jan 9, 2025
1 parent 1061780 commit 7a196ae
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@ data:
definitionId: 716ca874-520b-4902-9f80-9fad66754b89
dockerImageTag: 0.2.6
dockerRepository: airbyte/destination-s3-data-lake
documentationUrl: https://docs.airbyte.com/integrations/destinations/s3
documentationUrl: https://docs.airbyte.com/integrations/destinations/s3-data-lake
githubIssueLabel: destination-s3-data-lake
icon: icon.svg
license: ELv2
name: S3 Data Lake Destination (BETA)
name: S3 Data Lake
registryOverrides:
cloud:
enabled: true
oss:
enabled: true
releaseStage: alpha
supportLevel: community
supportsRefreshes: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"documentationUrl" : "https://docs.airbyte.com/integrations/destinations/s3",
"documentationUrl" : "https://docs.airbyte.com/integrations/destinations/s3-data-lake",
"connectionSpecification" : {
"$schema" : "http://json-schema.org/draft-07/schema#",
"title" : "Iceberg V2 Destination Specification",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"documentationUrl" : "https://docs.airbyte.com/integrations/destinations/s3",
"documentationUrl" : "https://docs.airbyte.com/integrations/destinations/s3-data-lake",
"connectionSpecification" : {
"$schema" : "http://json-schema.org/draft-07/schema#",
"title" : "Iceberg V2 Destination Specification",
Expand Down
22 changes: 22 additions & 0 deletions docs/integrations/destinations/s3-data-lake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# S3 Data Lake

:::danger

This connector is in early access, and SHOULD NOT be used for production workloads.
This connector is subject to breaking changes **without notice**.

We're interested in hearing about your experience! See [Github](https://github.com/airbytehq/airbyte/discussions/50404)
for more information.

:::

## Changelog

<details>
<summary>Expand to review</summary>

| Version | Date | Pull Request | Subject |
|:-----------|:-----------|:-----------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
| 0.2.6 | 2025-01-08 | [\#50991](https://github.com/airbytehq/airbyte/pull/50991) | Initial public release. |

</details>

0 comments on commit 7a196ae

Please sign in to comment.