Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Destination S3 Data Lake: update metadata, add docs #50991

Merged
merged 5 commits into from
Jan 9, 2025
Merged
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
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>
Loading