Skip to content

Commit 88d5b79

Browse files
authored
Merge pull request #12 from airbytehq/speakeasy-sdk-regen-1683642548
chore: speakeasy sdk regeneration - Generate
2 parents 8067c9d + cb847eb commit 88d5b79

File tree

291 files changed

+2388
-2344
lines changed

Some content is hidden

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

291 files changed

+2388
-2344
lines changed

README.md

Lines changed: 38 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -29,85 +29,84 @@ from airbyte.models import shared
2929

3030
s = airbyte.Airbyte(
3131
security=shared.Security(
32-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
32+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
3333
),
3434
)
3535

36-
3736
req = shared.ConnectionCreateRequest(
3837
configurations=shared.StreamConfigurations(
3938
streams=[
4039
shared.StreamConfiguration(
4140
cursor_field=[
42-
"distinctio",
43-
"quibusdam",
44-
"unde",
41+
'distinctio',
42+
'quibusdam',
43+
'unde',
4544
],
46-
name="Johnnie Stamm",
45+
name='Johnnie Stamm',
4746
primary_key=[
4847
[
49-
"iure",
50-
"magnam",
48+
'iure',
49+
'magnam',
5150
],
5251
[
53-
"ipsa",
54-
"delectus",
55-
"tempora",
56-
"suscipit",
52+
'ipsa',
53+
'delectus',
54+
'tempora',
55+
'suscipit',
5756
],
5857
[
59-
"minus",
60-
"placeat",
58+
'minus',
59+
'placeat',
6160
],
6261
],
63-
sync_mode="incremental_append",
62+
sync_mode=shared.ConnectionSyncModeEnumEnum.INCREMENTAL_APPEND,
6463
),
6564
shared.StreamConfiguration(
6665
cursor_field=[
67-
"excepturi",
68-
"nisi",
66+
'excepturi',
67+
'nisi',
6968
],
70-
name="Jake Bernier MD",
69+
name='Jake Bernier MD',
7170
primary_key=[
7271
[
73-
"repellendus",
74-
"sapiente",
72+
'repellendus',
73+
'sapiente',
7574
],
7675
],
77-
sync_mode="incremental_deduped_history",
76+
sync_mode=shared.ConnectionSyncModeEnumEnum.INCREMENTAL_DEDUPED_HISTORY,
7877
),
7978
shared.StreamConfiguration(
8079
cursor_field=[
81-
"at",
80+
'at',
8281
],
83-
name="Emilio Krajcik",
82+
name='Emilio Krajcik',
8483
primary_key=[
8584
[
86-
"porro",
87-
"dolorum",
88-
"dicta",
85+
'porro',
86+
'dolorum',
87+
'dicta',
8988
],
9089
[
91-
"officia",
92-
"occaecati",
93-
"fugit",
90+
'officia',
91+
'occaecati',
92+
'fugit',
9493
],
9594
],
96-
sync_mode="incremental_append",
95+
sync_mode=shared.ConnectionSyncModeEnumEnum.INCREMENTAL_APPEND,
9796
),
9897
],
9998
),
100-
data_residency="eu",
101-
destination_id="c816742c-b739-4205-9293-96fea7596eb1",
102-
name="Lela Orn",
103-
namespace_definition="source",
104-
namespace_format="${SOURCE_NAMESPACE}",
105-
prefix="dolorem",
99+
data_residency=shared.GeographyEnumEnum.EU,
100+
destination_id='c816742c-b739-4205-9293-96fea7596eb1',
101+
name='Lela Orn',
102+
namespace_definition=shared.ConnectionCreateRequestNamespaceDefinitionEnum.SOURCE,
103+
namespace_format='${SOURCE_NAMESPACE}',
104+
prefix='dolorem',
106105
schedule=shared.ConnectionScheduleCreate(
107-
cron_expression="corporis",
108-
schedule_type="manual",
106+
cron_expression='corporis',
107+
schedule_type=shared.ScheduleTypeEnumEnum.MANUAL,
109108
),
110-
source_id="c5955907-aff1-4a3a-afa9-467739251aa5",
109+
source_id='c5955907-aff1-4a3a-afa9-467739251aa5',
111110
)
112111

113112
res = s.connections.create_connection(req)

RELEASES.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,36 @@ Based on:
7878
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
7979
- Speakeasy CLI 1.25.1 (2.22.0) https://github.com/speakeasy-api/speakeasy
8080
### Releases
81-
- [PyPI v0.3.0] https://pypi.org/project/airbyte-api/0.3.0 - .
81+
- [PyPI v0.3.0] https://pypi.org/project/airbyte-api/0.3.0 - .
82+
83+
## 2023-05-09 14:29:06
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
87+
- Speakeasy CLI 1.29.2 (2.26.2) https://github.com/speakeasy-api/speakeasy
88+
### Releases
89+
- [PyPI v0.4.0] https://pypi.org/project/airbyte-api/0.4.0 - .
90+
91+
## 2023-05-11 00:12:53
92+
### Changes
93+
Based on:
94+
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
95+
- Speakeasy CLI 1.30.0 (2.26.3) https://github.com/speakeasy-api/speakeasy
96+
### Releases
97+
- [PyPI v0.4.1] https://pypi.org/project/airbyte-api/0.4.1 - .
98+
99+
## 2023-05-12 00:12:40
100+
### Changes
101+
Based on:
102+
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
103+
- Speakeasy CLI 1.30.1 (2.26.4) https://github.com/speakeasy-api/speakeasy
104+
### Releases
105+
- [PyPI v0.4.2] https://pypi.org/project/airbyte-api/0.4.2 - .
106+
107+
## 2023-05-13 00:12:03
108+
### Changes
109+
Based on:
110+
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
111+
- Speakeasy CLI 1.31.1 (2.27.0) https://github.com/speakeasy-api/speakeasy
112+
### Releases
113+
- [PyPI v0.5.0] https://pypi.org/project/airbyte-api/0.5.0 - .

USAGE.md

Lines changed: 38 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -5,85 +5,84 @@ from airbyte.models import shared
55

66
s = airbyte.Airbyte(
77
security=shared.Security(
8-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
8+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
99
),
1010
)
1111

12-
1312
req = shared.ConnectionCreateRequest(
1413
configurations=shared.StreamConfigurations(
1514
streams=[
1615
shared.StreamConfiguration(
1716
cursor_field=[
18-
"distinctio",
19-
"quibusdam",
20-
"unde",
17+
'distinctio',
18+
'quibusdam',
19+
'unde',
2120
],
22-
name="Johnnie Stamm",
21+
name='Johnnie Stamm',
2322
primary_key=[
2423
[
25-
"iure",
26-
"magnam",
24+
'iure',
25+
'magnam',
2726
],
2827
[
29-
"ipsa",
30-
"delectus",
31-
"tempora",
32-
"suscipit",
28+
'ipsa',
29+
'delectus',
30+
'tempora',
31+
'suscipit',
3332
],
3433
[
35-
"minus",
36-
"placeat",
34+
'minus',
35+
'placeat',
3736
],
3837
],
39-
sync_mode="incremental_append",
38+
sync_mode=shared.ConnectionSyncModeEnumEnum.INCREMENTAL_APPEND,
4039
),
4140
shared.StreamConfiguration(
4241
cursor_field=[
43-
"excepturi",
44-
"nisi",
42+
'excepturi',
43+
'nisi',
4544
],
46-
name="Jake Bernier MD",
45+
name='Jake Bernier MD',
4746
primary_key=[
4847
[
49-
"repellendus",
50-
"sapiente",
48+
'repellendus',
49+
'sapiente',
5150
],
5251
],
53-
sync_mode="incremental_deduped_history",
52+
sync_mode=shared.ConnectionSyncModeEnumEnum.INCREMENTAL_DEDUPED_HISTORY,
5453
),
5554
shared.StreamConfiguration(
5655
cursor_field=[
57-
"at",
56+
'at',
5857
],
59-
name="Emilio Krajcik",
58+
name='Emilio Krajcik',
6059
primary_key=[
6160
[
62-
"porro",
63-
"dolorum",
64-
"dicta",
61+
'porro',
62+
'dolorum',
63+
'dicta',
6564
],
6665
[
67-
"officia",
68-
"occaecati",
69-
"fugit",
66+
'officia',
67+
'occaecati',
68+
'fugit',
7069
],
7170
],
72-
sync_mode="incremental_append",
71+
sync_mode=shared.ConnectionSyncModeEnumEnum.INCREMENTAL_APPEND,
7372
),
7473
],
7574
),
76-
data_residency="eu",
77-
destination_id="c816742c-b739-4205-9293-96fea7596eb1",
78-
name="Lela Orn",
79-
namespace_definition="source",
80-
namespace_format="${SOURCE_NAMESPACE}",
81-
prefix="dolorem",
75+
data_residency=shared.GeographyEnumEnum.EU,
76+
destination_id='c816742c-b739-4205-9293-96fea7596eb1',
77+
name='Lela Orn',
78+
namespace_definition=shared.ConnectionCreateRequestNamespaceDefinitionEnum.SOURCE,
79+
namespace_format='${SOURCE_NAMESPACE}',
80+
prefix='dolorem',
8281
schedule=shared.ConnectionScheduleCreate(
83-
cron_expression="corporis",
84-
schedule_type="manual",
82+
cron_expression='corporis',
83+
schedule_type=shared.ScheduleTypeEnumEnum.MANUAL,
8584
),
86-
source_id="c5955907-aff1-4a3a-afa9-467739251aa5",
85+
source_id='c5955907-aff1-4a3a-afa9-467739251aa5',
8786
)
8887

8988
res = s.connections.create_connection(req)

0 commit comments

Comments
 (0)