@@ -76,6 +76,8 @@ import com.airbyte.api.models.shared.DestinationClickhouseTunnelMethodSSHKeyAuth
76
76
import com.airbyte.api.models.shared.DestinationConvex ;
77
77
import com.airbyte.api.models.shared.DestinationConvexConvexEnum ;
78
78
import com.airbyte.api.models.shared.DestinationCreateRequest ;
79
+ import com.airbyte.api.models.shared.DestinationCumulio ;
80
+ import com.airbyte.api.models.shared.DestinationCumulioCumulioEnum ;
79
81
import com.airbyte.api.models.shared.DestinationDatabend ;
80
82
import com.airbyte.api.models.shared.DestinationDatabendDatabendEnum ;
81
83
import com.airbyte.api.models.shared.DestinationDatabricks ;
@@ -325,8 +327,6 @@ import com.airbyte.api.models.shared.DestinationSnowflakeLoadingMethodAWSS3Stagi
325
327
import com.airbyte.api.models.shared.DestinationSnowflakeLoadingMethodAWSS3StagingEncryptionNoEncryptionEncryptionTypeEnum ;
326
328
import com.airbyte.api.models.shared.DestinationSnowflakeLoadingMethodAWSS3StagingMethodEnum ;
327
329
import com.airbyte.api.models.shared.DestinationSnowflakeLoadingMethodAWSS3StagingS3BucketRegionEnum ;
328
- import com.airbyte.api.models.shared.DestinationSnowflakeLoadingMethodAzureBlobStorageStaging ;
329
- import com.airbyte.api.models.shared.DestinationSnowflakeLoadingMethodAzureBlobStorageStagingMethodEnum ;
330
330
import com.airbyte.api.models.shared.DestinationSnowflakeLoadingMethodGoogleCloudStorageStaging ;
331
331
import com.airbyte.api.models.shared.DestinationSnowflakeLoadingMethodGoogleCloudStorageStagingMethodEnum ;
332
332
import com.airbyte.api.models.shared.DestinationSnowflakeLoadingMethodRecommendedInternalStaging ;
@@ -342,35 +342,23 @@ public class Application {
342
342
public static void main (String [] args ) {
343
343
try {
344
344
Airbyte sdk = Airbyte . builder()
345
- .setSecurity(new Security (" architecto " ) {{
345
+ .setSecurity(new Security (" nobis " ) {{
346
346
bearerAuth = " YOUR_BEARER_TOKEN_HERE" ;
347
347
}})
348
348
.build();
349
349
350
- com.airbyte.api.models.shared. DestinationCreateRequest req = new DestinationCreateRequest ( new DestinationBigquery (" excepturi" , DestinationBigqueryDatasetLocationEnum . ASIA_NORTHEAST2 , DestinationBigqueryBigqueryEnum . BIGQUERY , " ea" ) {{
351
- bigQueryClientBufferSizeMb = 919483L ;
352
- credentialsJson = " ullam" ;
353
- datasetId = " expedita" ;
354
- datasetLocation = DestinationBigqueryDatasetLocationEnum . EUROPE_WEST2 ;
355
- destinationType = DestinationBigqueryBigqueryEnum . BIGQUERY ;
356
- loadingMethod = new DestinationBigqueryLoadingMethodGCSStaging ( new DestinationBigqueryLoadingMethodGCSStagingCredentialHMACKey (DestinationBigqueryLoadingMethodGCSStagingCredentialHMACKeyCredentialTypeEnum . HMAC_KEY , " sunt" , " quo" ) {{
357
- credentialType = DestinationBigqueryLoadingMethodGCSStagingCredentialHMACKeyCredentialTypeEnum . HMAC_KEY ;
358
- hmacKeyAccessId = " natus" ;
359
- hmacKeySecret = " magni" ;
360
- }}, " illum" , " pariatur" , DestinationBigqueryLoadingMethodGCSStagingMethodEnum . GCS_STAGING ) {{
361
- credential = new DestinationBigqueryLoadingMethodGCSStagingCredentialHMACKey (DestinationBigqueryLoadingMethodGCSStagingCredentialHMACKeyCredentialTypeEnum . HMAC_KEY , " saepe" , " pariatur" ) {{
362
- credentialType = DestinationBigqueryLoadingMethodGCSStagingCredentialHMACKeyCredentialTypeEnum . HMAC_KEY ;
363
- hmacKeyAccessId = " quibusdam" ;
364
- hmacKeySecret = " sed" ;
365
- }};
366
- gcsBucketName = " accusantium" ;
367
- gcsBucketPath = " consequuntur" ;
368
- keepFilesInGcsBucket = DestinationBigqueryLoadingMethodGCSStagingGCSTmpFilesAfterwardProcessingEnum . KEEP_ALL_TMP_FILES_IN_GCS ;
369
- method = DestinationBigqueryLoadingMethodGCSStagingMethodEnum . GCS_STAGING ;
350
+ com.airbyte.api.models.shared. DestinationCreateRequest req = new DestinationCreateRequest ( new DestinationClickhouse (" quam" , DestinationClickhouseClickhouseEnum . CLICKHOUSE , " dolor" , 874573L , " nostrum" ) {{
351
+ database = " quis" ;
352
+ destinationType = DestinationClickhouseClickhouseEnum . CLICKHOUSE ;
353
+ host = " totam" ;
354
+ jdbcUrlParams = " dignissimos" ;
355
+ password = " eaque" ;
356
+ port = 338985L ;
357
+ tunnelMethod = new DestinationClickhouseTunnelMethodNoTunnel (DestinationClickhouseTunnelMethodNoTunnelTunnelMethodEnum . NO_TUNNEL ) {{
358
+ tunnelMethod = DestinationClickhouseTunnelMethodNoTunnelTunnelMethodEnum . NO_TUNNEL ;
370
359
}};
371
- projectId = " maxime" ;
372
- transformationPriority = DestinationBigqueryTransformationQueryRunTypeEnum . INTERACTIVE ;
373
- }}, " accusantium" , " 1fb576b0-d5f0-4d30-85fb-b2587053202c" );
360
+ username = " Chelsea79" ;
361
+ }}, " hic" , " e9b90c28-909b-43fe-89a8-d9cbf4863332" );
374
362
375
363
CreateDestinationResponse res = sdk. destinations. createDestination(req);
376
364
@@ -402,12 +390,12 @@ public class Application {
402
390
public static void main (String [] args ) {
403
391
try {
404
392
Airbyte sdk = Airbyte . builder()
405
- .setSecurity(new Security (" quam " ) {{
393
+ .setSecurity(new Security (" ipsum " ) {{
406
394
bearerAuth = " YOUR_BEARER_TOKEN_HERE" ;
407
395
}})
408
396
.build();
409
397
410
- DeleteDestinationRequest req = new DeleteDestinationRequest (" dolor " );
398
+ DeleteDestinationRequest req = new DeleteDestinationRequest (" hic " );
411
399
412
400
DeleteDestinationResponse res = sdk. destinations. deleteDestination(req);
413
401
@@ -439,12 +427,12 @@ public class Application {
439
427
public static void main (String [] args ) {
440
428
try {
441
429
Airbyte sdk = Airbyte . builder()
442
- .setSecurity(new Security (" vero " ) {{
430
+ .setSecurity(new Security (" excepturi " ) {{
443
431
bearerAuth = " YOUR_BEARER_TOKEN_HERE" ;
444
432
}})
445
433
.build();
446
434
447
- GetDestinationRequest req = new GetDestinationRequest (" nostrum " );
435
+ GetDestinationRequest req = new GetDestinationRequest (" cum " );
448
436
449
437
GetDestinationResponse res = sdk. destinations. getDestination(req);
450
438
@@ -476,19 +464,17 @@ public class Application {
476
464
public static void main (String [] args ) {
477
465
try {
478
466
Airbyte sdk = Airbyte . builder()
479
- .setSecurity(new Security (" hic " ) {{
467
+ .setSecurity(new Security (" voluptate " ) {{
480
468
bearerAuth = " YOUR_BEARER_TOKEN_HERE" ;
481
469
}})
482
470
.build();
483
471
484
472
ListDestinationsRequest req = new ListDestinationsRequest () {{
485
473
includeDeleted = false ;
486
- limit = 928082 ;
487
- offset = 608253 ;
474
+ limit = 490459 ;
475
+ offset = 970237 ;
488
476
workspaceIds = new String []{{
489
- add(" 90c28909-b3fe-449a-8d9c-bf48633323f9" ),
490
- add(" b77f3a41-0067-44eb-b692-80d1ba77a89e" ),
491
- add(" bf737ae4-203c-4e5e-aa95-d8a0d446ce2a" ),
477
+ add(" a4100674-ebf6-4928-8d1b-a77a89ebf737" ),
492
478
}};
493
479
}};
494
480
0 commit comments