@@ -40,77 +40,31 @@ req = shared.ConnectionCreateRequest(
4040 streams = [
4141 shared.StreamConfiguration(
4242 cursor_field = [
43- ' distinctio' ,
44- ' quibusdam' ,
45- ' unde' ,
43+ ' corrupti' ,
4644 ],
47- name = ' Johnnie Stamm ' ,
45+ name = ' Kelvin Sporer ' ,
4846 primary_key = [
4947 [
50- ' iure' ,
51- ' magnam' ,
52- ],
53- [
54- ' ipsa' ,
55- ' delectus' ,
56- ' tempora' ,
57- ' suscipit' ,
58- ],
59- [
60- ' minus' ,
61- ' placeat' ,
62- ],
63- ],
64- sync_mode = shared.ConnectionSyncModeEnum.INCREMENTAL_APPEND ,
65- ),
66- shared.StreamConfiguration(
67- cursor_field = [
68- ' excepturi' ,
69- ' nisi' ,
70- ],
71- name = ' Jake Bernier MD' ,
72- primary_key = [
73- [
74- ' repellendus' ,
75- ' sapiente' ,
48+ ' corrupti' ,
7649 ],
7750 ],
7851 sync_mode = shared.ConnectionSyncModeEnum.INCREMENTAL_DEDUPED_HISTORY ,
7952 ),
80- shared.StreamConfiguration(
81- cursor_field = [
82- ' at' ,
83- ],
84- name = ' Emilio Krajcik' ,
85- primary_key = [
86- [
87- ' porro' ,
88- ' dolorum' ,
89- ' dicta' ,
90- ],
91- [
92- ' officia' ,
93- ' occaecati' ,
94- ' fugit' ,
95- ],
96- ],
97- sync_mode = shared.ConnectionSyncModeEnum.INCREMENTAL_APPEND ,
98- ),
9953 ],
10054 ),
101- data_residency = shared.GeographyEnum.EU ,
102- destination_id = ' c816742c-b739-4205-9293-96fea7596eb1 ' ,
103- name = ' Lela Orn ' ,
104- namespace_definition = shared.NamespaceDefinitionEnum.SOURCE ,
55+ data_residency = shared.GeographyEnum.US ,
56+ destination_id = ' 9a674e0f-467c-4c87-96ed-151a05dfc2dd ' ,
57+ name = ' Javier Schmidt ' ,
58+ namespace_definition = shared.NamespaceDefinitionEnum.DESTINATION ,
10559 namespace_format = ' ${SOURCE_NAMESPACE} ' ,
106- non_breaking_schema_updates_behavior = shared.NonBreakingSchemaUpdatesBehaviorEnum.IGNORE ,
107- prefix = ' corporis ' ,
60+ non_breaking_schema_updates_behavior = shared.NonBreakingSchemaUpdatesBehaviorEnum.PROPAGATE_FULLY ,
61+ prefix = ' dolorum ' ,
10862 schedule = shared.ConnectionSchedule(
109- cron_expression = ' explicabo ' ,
63+ cron_expression = ' dicta ' ,
11064 schedule_type = shared.ScheduleTypeEnum.CRON ,
11165 ),
112- source_id = ' 5955907a-ff1a-43a2-ba94-67739251aa52 ' ,
113- status = shared.ConnectionStatusEnum.DEPRECATED ,
66+ source_id = ' a928fc81-6742-4cb7-b920-5929396fea75 ' ,
67+ status = shared.ConnectionStatusEnum.INACTIVE ,
11468)
11569
11670res = s.connections.create_connection(req)
0 commit comments