Skip to content
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi
### Gradle

```groovy
implementation 'com.airbyte.api:public-api:0.15.2'
implementation 'com.airbyte.api:public-api:0.16.0'
```
<!-- End SDK Installation -->

Expand Down Expand Up @@ -49,7 +49,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("corrupti") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
bearerAuth = "";
}})
.build();

Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,4 +367,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.15.2] https://central.sonatype.com/artifact/com.airbyte/api/0.15.2 - .
- [Maven Central v0.15.2] https://central.sonatype.com/artifact/com.airbyte/api/0.15.2 - .

## 2023-06-08 00:13:23
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.45.0 (2.37.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.16.0] https://central.sonatype.com/artifact/com.airbyte/api/0.16.0 - .
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("corrupti") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
bearerAuth = "";
}})
.build();

Expand Down
10 changes: 5 additions & 5 deletions docs/connections/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("aut") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
bearerAuth = "";
}})
.build();

Expand Down Expand Up @@ -186,7 +186,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("sed") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
bearerAuth = "";
}})
.build();

Expand Down Expand Up @@ -223,7 +223,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("pariatur") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
bearerAuth = "";
}})
.build();

Expand Down Expand Up @@ -260,7 +260,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("consequuntur") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
bearerAuth = "";
}})
.build();

Expand Down Expand Up @@ -314,7 +314,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("quis") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
bearerAuth = "";
}})
.build();

Expand Down
60 changes: 30 additions & 30 deletions docs/destinations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("accusamus") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
bearerAuth = "";
}})
.build();

Expand Down Expand Up @@ -404,7 +404,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("tempora") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
bearerAuth = "";
}})
.build();

Expand Down Expand Up @@ -441,7 +441,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("quod") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
bearerAuth = "";
}})
.build();

Expand Down Expand Up @@ -478,7 +478,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("qui") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
bearerAuth = "";
}})
.build();

Expand Down Expand Up @@ -853,7 +853,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("cupiditate") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
bearerAuth = "";
}})
.build();

Expand Down Expand Up @@ -1229,37 +1229,37 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("consequatur") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
bearerAuth = "";
}})
.build();

PutDestinationRequest req = new PutDestinationRequest("est") {{
destinationPutRequest = new DestinationPutRequest( new DestinationS3(DestinationS3S3.S3, new DestinationS3FormatParquetColumnarStorage(DestinationS3FormatParquetColumnarStorageFormatType.PARQUET) {{
blockSizeMb = 606476L;
compressionCodec = DestinationS3FormatParquetColumnarStorageCompressionCodec.GZIP;
dictionaryEncoding = false;
dictionaryPageSizeKb = 218403L;
formatType = DestinationS3FormatParquetColumnarStorageFormatType.PARQUET;
maxPaddingSizeMb = 961571L;
pageSizeKb = 455169L;
}}, "consectetur", "vero", DestinationS3S3BucketRegion.US_GOV_EAST1) {{
accessKeyId = "porro";
destinationPutRequest = new DestinationPutRequest( new DestinationS3(DestinationS3S3.S3, new DestinationS3FormatJSONLinesNewlineDelimitedJSON(DestinationS3FormatJSONLinesNewlineDelimitedJSONFormatType.JSONL) {{
compression = new DestinationS3FormatJSONLinesNewlineDelimitedJSONCompressionNoCompression() {{
compressionType = DestinationS3FormatJSONLinesNewlineDelimitedJSONCompressionNoCompressionCompressionType.NO_COMPRESSION;
}};
flattening = DestinationS3FormatJSONLinesNewlineDelimitedJSONFlattening.NO_FLATTENING;
formatType = DestinationS3FormatJSONLinesNewlineDelimitedJSONFormatType.JSONL;
}}, "airbyte_sync", "data_sync/test", DestinationS3S3BucketRegion.CA_CENTRAL1) {{
accessKeyId = "A012345678910EXAMPLE";
destinationType = DestinationS3S3.S3;
fileNamePattern = "doloribus";
format = new DestinationS3FormatCSVCommaSeparatedValues(DestinationS3FormatCSVCommaSeparatedValuesFlattening.NO_FLATTENING, DestinationS3FormatCSVCommaSeparatedValuesFormatType.CSV) {{
compression = new DestinationS3FormatCSVCommaSeparatedValuesCompressionGZIP() {{
compressionType = DestinationS3FormatCSVCommaSeparatedValuesCompressionGZIPCompressionType.GZIP;
}};
flattening = DestinationS3FormatCSVCommaSeparatedValuesFlattening.ROOT_LEVEL_FLATTENING;
formatType = DestinationS3FormatCSVCommaSeparatedValuesFormatType.CSV;
fileNamePattern = "{part_number}";
format = new DestinationS3FormatParquetColumnarStorage(DestinationS3FormatParquetColumnarStorageFormatType.PARQUET) {{
blockSizeMb = 128L;
compressionCodec = DestinationS3FormatParquetColumnarStorageCompressionCodec.SNAPPY;
dictionaryEncoding = false;
dictionaryPageSizeKb = 1024L;
formatType = DestinationS3FormatParquetColumnarStorageFormatType.PARQUET;
maxPaddingSizeMb = 8L;
pageSizeKb = 1024L;
}};
s3BucketName = "quae";
s3BucketPath = "laudantium";
s3BucketRegion = DestinationS3S3BucketRegion.AP_SOUTHEAST2;
s3Endpoint = "occaecati";
s3PathFormat = "voluptatibus";
secretAccessKey = "quisquam";
}}, "dignissimos");;
s3BucketName = "airbyte_sync";
s3BucketPath = "data_sync/test";
s3BucketRegion = DestinationS3S3BucketRegion.EU_SOUTH1;
s3Endpoint = "http://localhost:9000";
s3PathFormat = "${NAMESPACE}/${STREAM_NAME}/${YEAR}_${MONTH}_${DAY}_${EPOCH}_";
secretAccessKey = "a012345678910ABCDEFGH/AbCdEfGhEXAMPLEKEY";
}}, "odio");;
}};

PutDestinationResponse res = sdk.destinations.putDestination(req);
Expand Down
30 changes: 15 additions & 15 deletions docs/jobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ public class Application {
public static void main(String[] args) {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("hic") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
.setSecurity(new Security("occaecati") {{
bearerAuth = "";
}})
.build();

CancelJobRequest req = new CancelJobRequest(715561L);
CancelJobRequest req = new CancelJobRequest(977496L);

CancelJobResponse res = sdk.jobs.cancelJob(req);

Expand Down Expand Up @@ -63,12 +63,12 @@ public class Application {
public static void main(String[] args) {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("quod") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
.setSecurity(new Security("quisquam") {{
bearerAuth = "";
}})
.build();

com.airbyte.api.models.shared.JobCreateRequest req = new JobCreateRequest("odio", JobTypeEnum.RESET);
com.airbyte.api.models.shared.JobCreateRequest req = new JobCreateRequest("vero", JobTypeEnum.RESET);

CreateJobResponse res = sdk.jobs.createJob(req);

Expand Down Expand Up @@ -100,12 +100,12 @@ public class Application {
public static void main(String[] args) {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("facilis") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
.setSecurity(new Security("quis") {{
bearerAuth = "";
}})
.build();

GetJobRequest req = new GetJobRequest(874288L);
GetJobRequest req = new GetJobRequest(218403L);

GetJobResponse res = sdk.jobs.getJob(req);

Expand Down Expand Up @@ -138,15 +138,15 @@ public class Application {
public static void main(String[] args) {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("ducimus") {{
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
.setSecurity(new Security("delectus") {{
bearerAuth = "";
}})
.build();

ListJobsRequest req = new ListJobsRequest("dolore") {{
jobType = JobTypeEnum.RESET;
limit = 848944;
offset = 194342;
ListJobsRequest req = new ListJobsRequest("voluptate") {{
jobType = JobTypeEnum.SYNC;
limit = 878870;
offset = 949319;
}};

ListJobsResponse res = sdk.jobs.listJobs(req);
Expand Down
Loading