Skip to content

Commit e1498e6

Browse files
authored
Merge pull request #46 from airbytehq/speakeasy-sdk-regen-1694823158
chore: speakeasy sdk regeneration - Generate
2 parents 67c00c1 + 4462fb4 commit e1498e6

File tree

1,734 files changed

+11489
-12401
lines changed

Some content is hidden

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

1,734 files changed

+11489
-12401
lines changed

README.md

Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ pip install airbyte-api
2323

2424
## SDK Example Usage
2525
<!-- Start SDK Example Usage -->
26-
27-
2826
```python
2927
import airbyte
3028
from airbyte.models import shared
@@ -43,30 +41,30 @@ req = shared.ConnectionCreateRequest(
4341
streams=[
4442
shared.StreamConfiguration(
4543
cursor_field=[
46-
'corrupti',
44+
'violet',
4745
],
48-
name='Kelvin Sporer',
46+
name='at BMW',
4947
primary_key=[
5048
[
51-
'corrupti',
49+
'pfft',
5250
],
5351
],
54-
sync_mode=shared.ConnectionSyncModeEnum.INCREMENTAL_DEDUPED_HISTORY,
52+
sync_mode=shared.ConnectionSyncModeEnum.FULL_REFRESH_APPEND,
5553
),
5654
],
5755
),
58-
data_residency=shared.GeographyEnum.US,
59-
destination_id='9a674e0f-467c-4c87-96ed-151a05dfc2dd',
60-
name='Javier Schmidt',
56+
data_residency=shared.GeographyEnum.AUTO,
57+
destination_id='083eafc8-5591-44e0-a570-f6dd427d83a5',
58+
name='mesh interactive',
6159
namespace_definition=shared.NamespaceDefinitionEnum.DESTINATION,
6260
namespace_format='${SOURCE_NAMESPACE}',
63-
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.PROPAGATE_FULLY,
64-
prefix='dolorum',
61+
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.IGNORE,
62+
prefix='port Idaho',
6563
schedule=shared.ConnectionSchedule(
66-
cron_expression='dicta',
67-
schedule_type=shared.ScheduleTypeEnum.CRON,
64+
cron_expression='productivity',
65+
schedule_type=shared.ScheduleTypeEnum.MANUAL,
6866
),
69-
source_id='a928fc81-6742-4cb7-b920-5929396fea75',
67+
source_id='b3fd2fd3-07d6-40cb-97ea-6dfc635b80f2',
7068
status=shared.ConnectionStatusEnum.INACTIVE,
7169
)
7270

@@ -129,6 +127,28 @@ if res.connection_response is not None:
129127
* [update_workspace](docs/sdks/workspaces/README.md#update_workspace) - Update a workspace
130128
<!-- End SDK Available Operations -->
131129

130+
131+
132+
<!-- Start Dev Containers -->
133+
134+
<!-- End Dev Containers -->
135+
136+
137+
138+
<!-- Start Pagination -->
139+
# Pagination
140+
141+
Some of the endpoints in this SDK support pagination. To use pagination, you make your SDK calls as usual, but the
142+
returned response object will have a `Next` method that can be called to pull down the next group of results. If the
143+
return value of `Next` is `None`, then there are no more pages to be fetched.
144+
145+
Here's an example of one such pagination call:
146+
<!-- End Pagination -->
147+
148+
<!-- Placeholder for Future Speakeasy SDK Sections -->
149+
150+
151+
132152
### Maturity
133153

134154
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage

RELEASES.md

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,4 +568,74 @@ Based on:
568568
### Generated
569569
- [python v0.35.4] .
570570
### Releases
571-
- [PyPI v0.35.4] https://pypi.org/project/airbyte-api/0.35.4 - .
571+
- [PyPI v0.35.4] https://pypi.org/project/airbyte-api/0.35.4 - .
572+
573+
## 2023-09-16 00:12:36
574+
### Changes
575+
Based on:
576+
- OpenAPI Doc 1.0.0
577+
- Speakeasy CLI 1.86.0 (2.115.2) https://github.com/speakeasy-api/speakeasy
578+
### Generated
579+
- [python v0.35.5] .
580+
### Releases
581+
- [PyPI v0.35.5] https://pypi.org/project/airbyte-api/0.35.5 - .
582+
583+
## 2023-09-20 00:13:09
584+
### Changes
585+
Based on:
586+
- OpenAPI Doc 1.0.0
587+
- Speakeasy CLI 1.88.0 (2.118.1) https://github.com/speakeasy-api/speakeasy
588+
### Generated
589+
- [python v0.35.6] .
590+
### Releases
591+
- [PyPI v0.35.6] https://pypi.org/project/airbyte-api/0.35.6 - .
592+
593+
## 2023-09-26 00:13:12
594+
### Changes
595+
Based on:
596+
- OpenAPI Doc 1.0.0
597+
- Speakeasy CLI 1.91.0 (2.129.1) https://github.com/speakeasy-api/speakeasy
598+
### Generated
599+
- [python v0.36.0] .
600+
### Releases
601+
- [PyPI v0.36.0] https://pypi.org/project/airbyte-api/0.36.0 - .
602+
603+
## 2023-09-27 00:13:11
604+
### Changes
605+
Based on:
606+
- OpenAPI Doc 1.0.0
607+
- Speakeasy CLI 1.91.2 (2.131.1) https://github.com/speakeasy-api/speakeasy
608+
### Generated
609+
- [python v0.36.1] .
610+
### Releases
611+
- [PyPI v0.36.1] https://pypi.org/project/airbyte-api/0.36.1 - .
612+
613+
## 2023-09-29 00:13:24
614+
### Changes
615+
Based on:
616+
- OpenAPI Doc 1.0.0
617+
- Speakeasy CLI 1.91.3 (2.139.1) https://github.com/speakeasy-api/speakeasy
618+
### Generated
619+
- [python v0.37.0] .
620+
### Releases
621+
- [PyPI v0.37.0] https://pypi.org/project/airbyte-api/0.37.0 - .
622+
623+
## 2023-10-01 00:15:32
624+
### Changes
625+
Based on:
626+
- OpenAPI Doc 1.0.0
627+
- Speakeasy CLI 1.92.2 (2.142.2) https://github.com/speakeasy-api/speakeasy
628+
### Generated
629+
- [python v0.38.0] .
630+
### Releases
631+
- [PyPI v0.38.0] https://pypi.org/project/airbyte-api/0.38.0 - .
632+
633+
## 2023-10-02 00:14:02
634+
### Changes
635+
Based on:
636+
- OpenAPI Doc 1.0.0
637+
- Speakeasy CLI 1.92.3 (2.143.2) https://github.com/speakeasy-api/speakeasy
638+
### Generated
639+
- [python v0.38.1] .
640+
### Releases
641+
- [PyPI v0.38.1] https://pypi.org/project/airbyte-api/0.38.1 - .

USAGE.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,30 @@ req = shared.ConnectionCreateRequest(
1919
streams=[
2020
shared.StreamConfiguration(
2121
cursor_field=[
22-
'corrupti',
22+
'violet',
2323
],
24-
name='Kelvin Sporer',
24+
name='at BMW',
2525
primary_key=[
2626
[
27-
'corrupti',
27+
'pfft',
2828
],
2929
],
30-
sync_mode=shared.ConnectionSyncModeEnum.INCREMENTAL_DEDUPED_HISTORY,
30+
sync_mode=shared.ConnectionSyncModeEnum.FULL_REFRESH_APPEND,
3131
),
3232
],
3333
),
34-
data_residency=shared.GeographyEnum.US,
35-
destination_id='9a674e0f-467c-4c87-96ed-151a05dfc2dd',
36-
name='Javier Schmidt',
34+
data_residency=shared.GeographyEnum.AUTO,
35+
destination_id='083eafc8-5591-44e0-a570-f6dd427d83a5',
36+
name='mesh interactive',
3737
namespace_definition=shared.NamespaceDefinitionEnum.DESTINATION,
3838
namespace_format='${SOURCE_NAMESPACE}',
39-
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.PROPAGATE_FULLY,
40-
prefix='dolorum',
39+
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.IGNORE,
40+
prefix='port Idaho',
4141
schedule=shared.ConnectionSchedule(
42-
cron_expression='dicta',
43-
schedule_type=shared.ScheduleTypeEnum.CRON,
42+
cron_expression='productivity',
43+
schedule_type=shared.ScheduleTypeEnum.MANUAL,
4444
),
45-
source_id='a928fc81-6742-4cb7-b920-5929396fea75',
45+
source_id='b3fd2fd3-07d6-40cb-97ea-6dfc635b80f2',
4646
status=shared.ConnectionStatusEnum.INACTIVE,
4747
)
4848

docs/models/operations/canceljobrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
| Field | Type | Required | Description |
77
| ------------------ | ------------------ | ------------------ | ------------------ |
8-
| `job_id` | *int* | :heavy_check_mark: | N/A |
8+
| `job_id` | *Optional[int]* | :heavy_check_mark: | N/A |

docs/models/operations/canceljobresponse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | N/A |
9-
| `job_response` | [Optional[shared.JobResponse]](../../models/shared/jobresponse.md) | :heavy_minus_sign: | Cancel a Job. |
10-
| `status_code` | *int* | :heavy_check_mark: | N/A |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
8+
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `job_response` | [Optional[shared.JobResponse]](undefined/models/shared/jobresponse.md) | :heavy_minus_sign: | Cancel a Job. |
10+
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/createconnectionresponse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `connection_response` | [Optional[shared.ConnectionResponse]](../../models/shared/connectionresponse.md) | :heavy_minus_sign: | Successful operation |
9-
| `content_type` | *str* | :heavy_check_mark: | N/A |
10-
| `status_code` | *int* | :heavy_check_mark: | N/A |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
8+
| `connection_response` | [Optional[shared.ConnectionResponse]](undefined/models/shared/connectionresponse.md) | :heavy_minus_sign: | Successful operation |
9+
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
10+
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/createdestinationresponse.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | N/A |
9-
| `destination_response` | [Optional[shared.DestinationResponse]](../../models/shared/destinationresponse.md) | :heavy_minus_sign: | Successful operation |
10-
| `status_code` | *int* | :heavy_check_mark: | N/A |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
8+
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `destination_response` | [Optional[shared.DestinationResponse]](undefined/models/shared/destinationresponse.md) | :heavy_minus_sign: | Successful operation |
10+
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

0 commit comments

Comments
 (0)