Skip to content

Commit aa0aff4

Browse files
authored
Merge pull request #38 from airbytehq/speakeasy-sdk-regen-1686183205
chore: speakeasy sdk regeneration - Generate
2 parents a33cbf5 + 293d8c2 commit aa0aff4

File tree

18 files changed

+168
-180
lines changed

18 files changed

+168
-180
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi
2121
### Gradle
2222

2323
```groovy
24-
implementation 'com.airbyte.api:public-api:0.15.2'
24+
implementation 'com.airbyte.api:public-api:0.16.0'
2525
```
2626
<!-- End SDK Installation -->
2727

@@ -49,7 +49,7 @@ public class Application {
4949
try {
5050
Airbyte sdk = Airbyte.builder()
5151
.setSecurity(new Security("corrupti") {{
52-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
52+
bearerAuth = "";
5353
}})
5454
.build();
5555

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,4 +367,12 @@ Based on:
367367
- OpenAPI Doc 1.0.0
368368
- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
369369
### Releases
370-
- [Maven Central v0.15.2] https://central.sonatype.com/artifact/com.airbyte/api/0.15.2 - .
370+
- [Maven Central v0.15.2] https://central.sonatype.com/artifact/com.airbyte/api/0.15.2 - .
371+
372+
## 2023-06-08 00:13:23
373+
### Changes
374+
Based on:
375+
- OpenAPI Doc 1.0.0
376+
- Speakeasy CLI 1.45.0 (2.37.0) https://github.com/speakeasy-api/speakeasy
377+
### Releases
378+
- [Maven Central v0.16.0] https://central.sonatype.com/artifact/com.airbyte/api/0.16.0 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class Application {
2121
try {
2222
Airbyte sdk = Airbyte.builder()
2323
.setSecurity(new Security("corrupti") {{
24-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
24+
bearerAuth = "";
2525
}})
2626
.build();
2727

docs/connections/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class Application {
3636
try {
3737
Airbyte sdk = Airbyte.builder()
3838
.setSecurity(new Security("aut") {{
39-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
39+
bearerAuth = "";
4040
}})
4141
.build();
4242

@@ -186,7 +186,7 @@ public class Application {
186186
try {
187187
Airbyte sdk = Airbyte.builder()
188188
.setSecurity(new Security("sed") {{
189-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
189+
bearerAuth = "";
190190
}})
191191
.build();
192192

@@ -223,7 +223,7 @@ public class Application {
223223
try {
224224
Airbyte sdk = Airbyte.builder()
225225
.setSecurity(new Security("pariatur") {{
226-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
226+
bearerAuth = "";
227227
}})
228228
.build();
229229

@@ -260,7 +260,7 @@ public class Application {
260260
try {
261261
Airbyte sdk = Airbyte.builder()
262262
.setSecurity(new Security("consequuntur") {{
263-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
263+
bearerAuth = "";
264264
}})
265265
.build();
266266

@@ -314,7 +314,7 @@ public class Application {
314314
try {
315315
Airbyte sdk = Airbyte.builder()
316316
.setSecurity(new Security("quis") {{
317-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
317+
bearerAuth = "";
318318
}})
319319
.build();
320320

docs/destinations/README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ public class Application {
357357
try {
358358
Airbyte sdk = Airbyte.builder()
359359
.setSecurity(new Security("accusamus") {{
360-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
360+
bearerAuth = "";
361361
}})
362362
.build();
363363

@@ -404,7 +404,7 @@ public class Application {
404404
try {
405405
Airbyte sdk = Airbyte.builder()
406406
.setSecurity(new Security("tempora") {{
407-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
407+
bearerAuth = "";
408408
}})
409409
.build();
410410

@@ -441,7 +441,7 @@ public class Application {
441441
try {
442442
Airbyte sdk = Airbyte.builder()
443443
.setSecurity(new Security("quod") {{
444-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
444+
bearerAuth = "";
445445
}})
446446
.build();
447447

@@ -478,7 +478,7 @@ public class Application {
478478
try {
479479
Airbyte sdk = Airbyte.builder()
480480
.setSecurity(new Security("qui") {{
481-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
481+
bearerAuth = "";
482482
}})
483483
.build();
484484

@@ -853,7 +853,7 @@ public class Application {
853853
try {
854854
Airbyte sdk = Airbyte.builder()
855855
.setSecurity(new Security("cupiditate") {{
856-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
856+
bearerAuth = "";
857857
}})
858858
.build();
859859

@@ -1229,37 +1229,37 @@ public class Application {
12291229
try {
12301230
Airbyte sdk = Airbyte.builder()
12311231
.setSecurity(new Security("consequatur") {{
1232-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
1232+
bearerAuth = "";
12331233
}})
12341234
.build();
12351235

12361236
PutDestinationRequest req = new PutDestinationRequest("est") {{
1237-
destinationPutRequest = new DestinationPutRequest( new DestinationS3(DestinationS3S3.S3, new DestinationS3FormatParquetColumnarStorage(DestinationS3FormatParquetColumnarStorageFormatType.PARQUET) {{
1238-
blockSizeMb = 606476L;
1239-
compressionCodec = DestinationS3FormatParquetColumnarStorageCompressionCodec.GZIP;
1240-
dictionaryEncoding = false;
1241-
dictionaryPageSizeKb = 218403L;
1242-
formatType = DestinationS3FormatParquetColumnarStorageFormatType.PARQUET;
1243-
maxPaddingSizeMb = 961571L;
1244-
pageSizeKb = 455169L;
1245-
}}, "consectetur", "vero", DestinationS3S3BucketRegion.US_GOV_EAST1) {{
1246-
accessKeyId = "porro";
1237+
destinationPutRequest = new DestinationPutRequest( new DestinationS3(DestinationS3S3.S3, new DestinationS3FormatJSONLinesNewlineDelimitedJSON(DestinationS3FormatJSONLinesNewlineDelimitedJSONFormatType.JSONL) {{
1238+
compression = new DestinationS3FormatJSONLinesNewlineDelimitedJSONCompressionNoCompression() {{
1239+
compressionType = DestinationS3FormatJSONLinesNewlineDelimitedJSONCompressionNoCompressionCompressionType.NO_COMPRESSION;
1240+
}};
1241+
flattening = DestinationS3FormatJSONLinesNewlineDelimitedJSONFlattening.NO_FLATTENING;
1242+
formatType = DestinationS3FormatJSONLinesNewlineDelimitedJSONFormatType.JSONL;
1243+
}}, "airbyte_sync", "data_sync/test", DestinationS3S3BucketRegion.CA_CENTRAL1) {{
1244+
accessKeyId = "A012345678910EXAMPLE";
12471245
destinationType = DestinationS3S3.S3;
1248-
fileNamePattern = "doloribus";
1249-
format = new DestinationS3FormatCSVCommaSeparatedValues(DestinationS3FormatCSVCommaSeparatedValuesFlattening.NO_FLATTENING, DestinationS3FormatCSVCommaSeparatedValuesFormatType.CSV) {{
1250-
compression = new DestinationS3FormatCSVCommaSeparatedValuesCompressionGZIP() {{
1251-
compressionType = DestinationS3FormatCSVCommaSeparatedValuesCompressionGZIPCompressionType.GZIP;
1252-
}};
1253-
flattening = DestinationS3FormatCSVCommaSeparatedValuesFlattening.ROOT_LEVEL_FLATTENING;
1254-
formatType = DestinationS3FormatCSVCommaSeparatedValuesFormatType.CSV;
1246+
fileNamePattern = "{part_number}";
1247+
format = new DestinationS3FormatParquetColumnarStorage(DestinationS3FormatParquetColumnarStorageFormatType.PARQUET) {{
1248+
blockSizeMb = 128L;
1249+
compressionCodec = DestinationS3FormatParquetColumnarStorageCompressionCodec.SNAPPY;
1250+
dictionaryEncoding = false;
1251+
dictionaryPageSizeKb = 1024L;
1252+
formatType = DestinationS3FormatParquetColumnarStorageFormatType.PARQUET;
1253+
maxPaddingSizeMb = 8L;
1254+
pageSizeKb = 1024L;
12551255
}};
1256-
s3BucketName = "quae";
1257-
s3BucketPath = "laudantium";
1258-
s3BucketRegion = DestinationS3S3BucketRegion.AP_SOUTHEAST2;
1259-
s3Endpoint = "occaecati";
1260-
s3PathFormat = "voluptatibus";
1261-
secretAccessKey = "quisquam";
1262-
}}, "dignissimos");;
1256+
s3BucketName = "airbyte_sync";
1257+
s3BucketPath = "data_sync/test";
1258+
s3BucketRegion = DestinationS3S3BucketRegion.EU_SOUTH1;
1259+
s3Endpoint = "http://localhost:9000";
1260+
s3PathFormat = "${NAMESPACE}/${STREAM_NAME}/${YEAR}_${MONTH}_${DAY}_${EPOCH}_";
1261+
secretAccessKey = "a012345678910ABCDEFGH/AbCdEfGhEXAMPLEKEY";
1262+
}}, "odio");;
12631263
}};
12641264

12651265
PutDestinationResponse res = sdk.destinations.putDestination(req);

docs/jobs/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ public class Application {
2525
public static void main(String[] args) {
2626
try {
2727
Airbyte sdk = Airbyte.builder()
28-
.setSecurity(new Security("hic") {{
29-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
28+
.setSecurity(new Security("occaecati") {{
29+
bearerAuth = "";
3030
}})
3131
.build();
3232

33-
CancelJobRequest req = new CancelJobRequest(715561L);
33+
CancelJobRequest req = new CancelJobRequest(977496L);
3434

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

@@ -63,12 +63,12 @@ public class Application {
6363
public static void main(String[] args) {
6464
try {
6565
Airbyte sdk = Airbyte.builder()
66-
.setSecurity(new Security("quod") {{
67-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
66+
.setSecurity(new Security("quisquam") {{
67+
bearerAuth = "";
6868
}})
6969
.build();
7070

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

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

@@ -100,12 +100,12 @@ public class Application {
100100
public static void main(String[] args) {
101101
try {
102102
Airbyte sdk = Airbyte.builder()
103-
.setSecurity(new Security("facilis") {{
104-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
103+
.setSecurity(new Security("quis") {{
104+
bearerAuth = "";
105105
}})
106106
.build();
107107

108-
GetJobRequest req = new GetJobRequest(874288L);
108+
GetJobRequest req = new GetJobRequest(218403L);
109109

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

@@ -138,15 +138,15 @@ public class Application {
138138
public static void main(String[] args) {
139139
try {
140140
Airbyte sdk = Airbyte.builder()
141-
.setSecurity(new Security("ducimus") {{
142-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
141+
.setSecurity(new Security("delectus") {{
142+
bearerAuth = "";
143143
}})
144144
.build();
145145

146-
ListJobsRequest req = new ListJobsRequest("dolore") {{
147-
jobType = JobTypeEnum.RESET;
148-
limit = 848944;
149-
offset = 194342;
146+
ListJobsRequest req = new ListJobsRequest("voluptate") {{
147+
jobType = JobTypeEnum.SYNC;
148+
limit = 878870;
149+
offset = 949319;
150150
}};
151151

152152
ListJobsResponse res = sdk.jobs.listJobs(req);

0 commit comments

Comments
 (0)