Skip to content

Commit 7aa436a

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.82.5
1 parent 2cbe428 commit 7aa436a

File tree

99 files changed

+316
-561
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+316
-561
lines changed

README.md

Lines changed: 12 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -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

11670
res = s.connections.create_connection(req)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,4 +548,14 @@ Based on:
548548
### Generated
549549
- [python v0.35.2] .
550550
### Releases
551-
- [PyPI v0.35.2] https://pypi.org/project/airbyte-api/0.35.2 - .
551+
- [PyPI v0.35.2] https://pypi.org/project/airbyte-api/0.35.2 - .
552+
553+
## 2023-09-12 00:13:11
554+
### Changes
555+
Based on:
556+
- OpenAPI Doc 1.0.0
557+
- Speakeasy CLI 1.82.5 (2.108.3) https://github.com/speakeasy-api/speakeasy
558+
### Generated
559+
- [python v0.35.3] .
560+
### Releases
561+
- [PyPI v0.35.3] https://pypi.org/project/airbyte-api/0.35.3 - .

USAGE.md

Lines changed: 12 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -16,77 +16,31 @@ req = shared.ConnectionCreateRequest(
1616
streams=[
1717
shared.StreamConfiguration(
1818
cursor_field=[
19-
'distinctio',
20-
'quibusdam',
21-
'unde',
19+
'corrupti',
2220
],
23-
name='Johnnie Stamm',
21+
name='Kelvin Sporer',
2422
primary_key=[
2523
[
26-
'iure',
27-
'magnam',
28-
],
29-
[
30-
'ipsa',
31-
'delectus',
32-
'tempora',
33-
'suscipit',
34-
],
35-
[
36-
'minus',
37-
'placeat',
38-
],
39-
],
40-
sync_mode=shared.ConnectionSyncModeEnum.INCREMENTAL_APPEND,
41-
),
42-
shared.StreamConfiguration(
43-
cursor_field=[
44-
'excepturi',
45-
'nisi',
46-
],
47-
name='Jake Bernier MD',
48-
primary_key=[
49-
[
50-
'repellendus',
51-
'sapiente',
24+
'corrupti',
5225
],
5326
],
5427
sync_mode=shared.ConnectionSyncModeEnum.INCREMENTAL_DEDUPED_HISTORY,
5528
),
56-
shared.StreamConfiguration(
57-
cursor_field=[
58-
'at',
59-
],
60-
name='Emilio Krajcik',
61-
primary_key=[
62-
[
63-
'porro',
64-
'dolorum',
65-
'dicta',
66-
],
67-
[
68-
'officia',
69-
'occaecati',
70-
'fugit',
71-
],
72-
],
73-
sync_mode=shared.ConnectionSyncModeEnum.INCREMENTAL_APPEND,
74-
),
7529
],
7630
),
77-
data_residency=shared.GeographyEnum.EU,
78-
destination_id='c816742c-b739-4205-9293-96fea7596eb1',
79-
name='Lela Orn',
80-
namespace_definition=shared.NamespaceDefinitionEnum.SOURCE,
31+
data_residency=shared.GeographyEnum.US,
32+
destination_id='9a674e0f-467c-4c87-96ed-151a05dfc2dd',
33+
name='Javier Schmidt',
34+
namespace_definition=shared.NamespaceDefinitionEnum.DESTINATION,
8135
namespace_format='${SOURCE_NAMESPACE}',
82-
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.IGNORE,
83-
prefix='corporis',
36+
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.PROPAGATE_FULLY,
37+
prefix='dolorum',
8438
schedule=shared.ConnectionSchedule(
85-
cron_expression='explicabo',
39+
cron_expression='dicta',
8640
schedule_type=shared.ScheduleTypeEnum.CRON,
8741
),
88-
source_id='5955907a-ff1a-43a2-ba94-67739251aa52',
89-
status=shared.ConnectionStatusEnum.DEPRECATED,
42+
source_id='a928fc81-6742-4cb7-b920-5929396fea75',
43+
status=shared.ConnectionStatusEnum.INACTIVE,
9044
)
9145

9246
res = s.connections.create_connection(req)

docs/models/shared/connectionsresponse.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# ConnectionsResponse
22

3-
Successful operation
4-
53

64
## Fields
75

docs/models/shared/destinationsresponse.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# DestinationsResponse
22

3-
Successful operation
4-
53

64
## Fields
75

docs/models/shared/jobsresponse.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# JobsResponse
22

3-
List all the Jobs by connectionId.
4-
53

64
## Fields
75

docs/models/shared/jobstatusenum.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# JobStatusEnum
22

3-
The Job status you want to filter by
4-
53

64
## Values
75

docs/models/shared/sourcesresponse.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# SourcesResponse
22

3-
Successful operation
4-
53

64
## Fields
75

docs/models/shared/workspacesresponse.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# WorkspacesResponse
22

3-
Successful operation
4-
53

64
## Fields
75

0 commit comments

Comments
 (0)