Skip to content
Closed
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
128 changes: 123 additions & 5 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sources:
- main
sample-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:27e4375e203d81089b86b92c0bc91c23a882561d7e4e046850919adc9f3e1ba6
sourceBlobDigest: sha256:1ce4f661fa0156427ebe8ef1f969f98fb1bf7385c584d42a38c11b494face66e
sourceRevisionDigest: sha256:a3d6818a8c82c472872aaf86f57f58a4ecbedec8cb31e27aa5d4ebfc522befd5
sourceBlobDigest: sha256:7b9f312ae5c781860244381a058bebaa93de0f673befc0b098bddf45f5a6c981
tags:
- latest
- main
Expand All @@ -24,16 +24,16 @@ targets:
testing:
source: sample-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:27e4375e203d81089b86b92c0bc91c23a882561d7e4e046850919adc9f3e1ba6
sourceBlobDigest: sha256:1ce4f661fa0156427ebe8ef1f969f98fb1bf7385c584d42a38c11b494face66e
sourceRevisionDigest: sha256:a3d6818a8c82c472872aaf86f57f58a4ecbedec8cb31e27aa5d4ebfc522befd5
sourceBlobDigest: sha256:7b9f312ae5c781860244381a058bebaa93de0f673befc0b098bddf45f5a6c981
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
sample-source:
inputs:
- location: https://raw.githubusercontent.com/airbytehq/airbyte-api-python-sdk/main/airbyte-api.openapi.yaml
- location: https://raw.githubusercontent.com/airbytehq/airbyte-platform/refs/heads/main/airbyte-api/server-api/src/main/openapi/api_sdk.yaml
registry:
location: registry.speakeasyapi.dev/airbyte/airbyte-prod/my-source
targets:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.airbyte:api:1.5.10'
implementation 'com.airbyte:api:1.5.11'
```

Maven:
```xml
<dependency>
<groupId>com.airbyte</groupId>
<artifactId>api</artifactId>
<version>1.5.10</version>
<version>1.5.11</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1181,4 +1181,14 @@ Based on:
### Generated
- [java v1.5.10] .
### Releases
- [Maven Central v1.5.10] https://central.sonatype.com/artifact/com.airbyte/api/1.5.10 - .
- [Maven Central v1.5.10] https://central.sonatype.com/artifact/com.airbyte/api/1.5.10 - .

## 2024-10-23 00:16:08
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v1.5.11] .
### Releases
- [Maven Central v1.5.11] https://central.sonatype.com/artifact/com.airbyte/api/1.5.11 - .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
}
group = "com.airbyte"
version = "1.5.10"
version = "1.5.11"

sourcesJar {
archiveBaseName = "api"
Expand Down Expand Up @@ -98,7 +98,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
version = '1.5.10'
version = '1.5.11'

from components.java

Expand Down
8 changes: 8 additions & 0 deletions docs/models/shared/Algolia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Algolia


## Values

| Name | Value |
| --------- | --------- |
| `ALGOLIA` | algolia |
8 changes: 8 additions & 0 deletions docs/models/shared/Beamer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Beamer


## Values

| Name | Value |
| -------- | -------- |
| `BEAMER` | beamer |
8 changes: 8 additions & 0 deletions docs/models/shared/CatalogType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CatalogType


## Values

| Name | Value |
| ------ | ------ |
| `HIVE` | Hive |
9 changes: 9 additions & 0 deletions docs/models/shared/DestinationDevNull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# DestinationDevNull


## Fields

| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `destinationType` | [com.airbyte.api.models.shared.DevNull](../../models/shared/DevNull.md) | :heavy_check_mark: | N/A |
| `testDestination` | [com.airbyte.api.models.shared.TestDestination](../../models/shared/TestDestination.md) | :heavy_check_mark: | The type of destination to be used |
8 changes: 8 additions & 0 deletions docs/models/shared/DestinationDevNullLoggingType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# DestinationDevNullLoggingType


## Values

| Name | Value |
| ----------- | ----------- |
| `EVERY_NTH` | EveryNth |
8 changes: 8 additions & 0 deletions docs/models/shared/DestinationDevNullSchemasLoggingType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# DestinationDevNullSchemasLoggingType


## Values

| Name | Value |
| ----------------- | ----------------- |
| `RANDOM_SAMPLING` | RandomSampling |
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# DestinationDevNullSchemasTestDestinationTestDestinationType


## Values

| Name | Value |
| --------- | --------- |
| `FAILING` | FAILING |
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# DestinationDevNullSchemasTestDestinationType


## Values

| Name | Value |
| ----------- | ----------- |
| `THROTTLED` | THROTTLED |
8 changes: 8 additions & 0 deletions docs/models/shared/DestinationDevNullTestDestinationType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# DestinationDevNullTestDestinationType


## Values

| Name | Value |
| -------- | -------- |
| `SILENT` | SILENT |
11 changes: 11 additions & 0 deletions docs/models/shared/DestinationIceberg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# DestinationIceberg


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| `catalogConfig` | [com.airbyte.api.models.shared.IcebergCatalogConfig](../../models/shared/IcebergCatalogConfig.md) | :heavy_check_mark: | Catalog config of Iceberg. |
| `destinationType` | [com.airbyte.api.models.shared.Iceberg](../../models/shared/Iceberg.md) | :heavy_check_mark: | N/A |
| `formatConfig` | [com.airbyte.api.models.shared.FileFormat](../../models/shared/FileFormat.md) | :heavy_check_mark: | File format of Iceberg storage. |
| `storageConfig` | [com.airbyte.api.models.shared.StorageConfig](../../models/shared/StorageConfig.md) | :heavy_check_mark: | Storage config of Iceberg. |
8 changes: 8 additions & 0 deletions docs/models/shared/DestinationIcebergCatalogType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# DestinationIcebergCatalogType


## Values

| Name | Value |
| -------- | -------- |
| `HADOOP` | Hadoop |
16 changes: 16 additions & 0 deletions docs/models/shared/DestinationIcebergS3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# DestinationIcebergS3

S3 object storage


## Fields

| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `accessKeyId` | *String* | :heavy_check_mark: | The access key ID to access the S3 bucket. Airbyte requires Read and Write permissions to the given bucket. Read more <a href="https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys">here</a>. | A012345678910EXAMPLE |
| `s3BucketRegion` | [Optional<? extends com.airbyte.api.models.shared.DestinationIcebergS3BucketRegion>](../../models/shared/DestinationIcebergS3BucketRegion.md) | :heavy_minus_sign: | The region of the S3 bucket. See <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions">here</a> for all region codes. | |
| `s3Endpoint` | *Optional<? extends String>* | :heavy_minus_sign: | Your S3 endpoint url. Read more <a href="https://docs.aws.amazon.com/general/latest/gr/s3.html#:~:text=Service%20endpoints-,Amazon%20S3%20endpoints,-When%20you%20use">here</a> | http://localhost:9000 |
| `s3PathStyleAccess` | *Optional<? extends Boolean>* | :heavy_minus_sign: | Use path style access | true |
| `s3WarehouseUri` | *String* | :heavy_check_mark: | The Warehouse Uri for Iceberg | s3a://my-bucket/path/to/warehouse |
| `secretAccessKey` | *String* | :heavy_check_mark: | The corresponding secret to the access key ID. Read more <a href="https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys">here</a> | a012345678910ABCDEFGH/AbCdEfGhEXAMPLEKEY |
| `storageType` | [Optional<? extends com.airbyte.api.models.shared.StorageType>](../../models/shared/StorageType.md) | :heavy_minus_sign: | N/A | |
Loading