@@ -37,40 +37,40 @@ public class Application {
3737 try {
3838 Airbyte sdk = Airbyte . builder()
3939 .setSecurity(new Security () {{
40- basicAuth = new SchemeBasicAuth (" voluptates " , " quasi " ) {{
40+ basicAuth = new SchemeBasicAuth (" violet " , " Account " ) {{
4141 password = " " ;
4242 username = " " ;
4343 }};
4444 }})
4545 .build();
4646
47- com.airbyte.api.models.shared. ConnectionCreateRequest req = new ConnectionCreateRequest (" e91e450a-d2ab-4d44-a698-02d502a94bb4 " , " f63c969e-9a3e-4fa7-bdfb-14cd66ae395e " ) {{
47+ com.airbyte.api.models.shared. ConnectionCreateRequest req = new ConnectionCreateRequest (" d1e36208-3eaf-4c85-9914-e0a570f6dd42 " , " 7d83a555-8478-4358-8232-5b6c7b3fd2fd " ) {{
4848 configurations = new StreamConfigurations () {{
4949 streams = new com.airbyte.api.models.shared.StreamConfiguration []{{
50- add(new StreamConfiguration (" amet " ) {{
50+ add(new StreamConfiguration (" though " ) {{
5151 cursorField = new String []{{
52- add(" delectus " ),
52+ add(" Ergonomic " ),
5353 }};
54- name = " Rene Reinger " ;
54+ name = " Hyundai West " ;
5555 primaryKey = new String [][]{{
5656 add(new String []{{
57- add(" deleniti " ),
57+ add(" tesla " ),
5858 }}),
5959 }};
60- syncMode = ConnectionSyncModeEnum . INCREMENTAL_DEDUPED_HISTORY ;
60+ syncMode = ConnectionSyncModeEnum . FULL_REFRESH_APPEND ;
6161 }}),
6262 }};
6363 }};;
6464 dataResidency = GeographyEnum . US ;
65- name = " Wilma Mosciski " ;
66- namespaceDefinition = NamespaceDefinitionEnum . SOURCE ;
65+ name = " sans contingency models " ;
66+ namespaceDefinition = NamespaceDefinitionEnum . DESTINATION ;
6767 namespaceFormat = " ${SOURCE_NAMESPACE}" ;
68- nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum . DISABLE_CONNECTION ;
69- prefix = " magnam " ;
68+ nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum . IGNORE ;
69+ prefix = " olive Reggae Sweden " ;
7070 schedule = new ConnectionSchedule (ScheduleTypeEnum . CRON ) {{
71- cronExpression = " id " ;
71+ cronExpression = " Rupee " ;
7272 }};;
73- status = ConnectionStatusEnum . ACTIVE ;
73+ status = ConnectionStatusEnum . INACTIVE ;
7474 }};
7575
7676 CreateConnectionResponse res = sdk. connections. createConnection(req);
@@ -116,14 +116,14 @@ public class Application {
116116 try {
117117 Airbyte sdk = Airbyte . builder()
118118 .setSecurity(new Security () {{
119- basicAuth = new SchemeBasicAuth (" labore " , " suscipit " ) {{
119+ basicAuth = new SchemeBasicAuth (" gold " , " sadly " ) {{
120120 password = " " ;
121121 username = " " ;
122122 }};
123123 }})
124124 .build();
125125
126- DeleteConnectionRequest req = new DeleteConnectionRequest (" natus " );
126+ DeleteConnectionRequest req = new DeleteConnectionRequest (" Southeast Engineer " );
127127
128128 DeleteConnectionResponse res = sdk. connections. deleteConnection(req);
129129
@@ -168,14 +168,14 @@ public class Application {
168168 try {
169169 Airbyte sdk = Airbyte . builder()
170170 .setSecurity(new Security () {{
171- basicAuth = new SchemeBasicAuth (" nobis " , " eum " ) {{
171+ basicAuth = new SchemeBasicAuth (" ack " , " surcharge " ) {{
172172 password = " " ;
173173 username = " " ;
174174 }};
175175 }})
176176 .build();
177177
178- GetConnectionRequest req = new GetConnectionRequest (" vero " );
178+ GetConnectionRequest req = new GetConnectionRequest (" Southeast bluetooth Card " );
179179
180180 GetConnectionResponse res = sdk. connections. getConnection(req);
181181
@@ -220,7 +220,7 @@ public class Application {
220220 try {
221221 Airbyte sdk = Airbyte . builder()
222222 .setSecurity(new Security () {{
223- basicAuth = new SchemeBasicAuth (" aspernatur " , " architecto " ) {{
223+ basicAuth = new SchemeBasicAuth (" Hassium " , " Hatchback " ) {{
224224 password = " " ;
225225 username = " " ;
226226 }};
@@ -229,10 +229,10 @@ public class Application {
229229
230230 ListConnectionsRequest req = new ListConnectionsRequest () {{
231231 includeDeleted = false ;
232- limit = 298282 ;
233- offset = 92373 ;
232+ limit = 990687 ;
233+ offset = 410691 ;
234234 workspaceIds = new String []{{
235- add(" 959890af-a563-4e25-96fe-4c8b711e5b7f " ),
235+ add(" e532a55f-79c2-4b30-a82e-dc879612b791 " ),
236236 }};
237237 }};
238238
@@ -289,7 +289,7 @@ public class Application {
289289 try {
290290 Airbyte sdk = Airbyte . builder()
291291 .setSecurity(new Security () {{
292- basicAuth = new SchemeBasicAuth (" quibusdam " , " sed " ) {{
292+ basicAuth = new SchemeBasicAuth (" Northeast " , " modulo " ) {{
293293 password = " " ;
294294 username = " " ;
295295 }};
@@ -299,31 +299,31 @@ public class Application {
299299 PatchConnectionRequest req = new PatchConnectionRequest ( new ConnectionPatchRequest () {{
300300 configurations = new StreamConfigurations () {{
301301 streams = new com.airbyte.api.models.shared.StreamConfiguration []{{
302- add(new StreamConfiguration (" quo " ) {{
302+ add(new StreamConfiguration (" Customizable " ) {{
303303 cursorField = new String []{{
304- add(" saepe " ),
304+ add(" Incredible " ),
305305 }};
306- name = " Edward Crooks " ;
306+ name = " Automotive Clothing " ;
307307 primaryKey = new String [][]{{
308308 add(new String []{{
309- add(" magni " ),
309+ add(" connect " ),
310310 }}),
311311 }};
312- syncMode = ConnectionSyncModeEnum . FULL_REFRESH_OVERWRITE ;
312+ syncMode = ConnectionSyncModeEnum . INCREMENTAL_DEDUPED_HISTORY ;
313313 }}),
314314 }};
315315 }};;
316- dataResidency = GeographyEnumNoDefault . EU ;
317- name = " Simon Jenkins " ;
316+ dataResidency = GeographyEnumNoDefault . US ;
317+ name = " Chevrolet Keyboard " ;
318318 namespaceDefinition = NamespaceDefinitionEnumNoDefault . DESTINATION ;
319319 namespaceFormat = " ${SOURCE_NAMESPACE}" ;
320320 nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnumNoDefault . IGNORE ;
321- prefix = " ab " ;
321+ prefix = " Shoes Serbia " ;
322322 schedule = new ConnectionSchedule (ScheduleTypeEnum . CRON ) {{
323- cronExpression = " quidem " ;
323+ cronExpression = " Indio microchip Intelligent " ;
324324 }};;
325- status = ConnectionStatusEnum . INACTIVE ;
326- }};, " voluptate " );
325+ status = ConnectionStatusEnum . DEPRECATED ;
326+ }};, " Haute port " );
327327
328328 PatchConnectionResponse res = sdk. connections. patchConnection(req);
329329
0 commit comments