Skip to content

Commit 22a4756

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.508.0
1 parent ae27a67 commit 22a4756

File tree

847 files changed

+14060
-2474
lines changed

Some content is hidden

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

847 files changed

+14060
-2474
lines changed

.speakeasy/gen.lock

+925-267
Large diffs are not rendered by default.

.speakeasy/workflow.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
speakeasyVersion: 1.453.10
1+
speakeasyVersion: 1.508.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:3712f551c1bc9d55089a54598938b61b271ddcc1a81583646d883bae9f085825
6-
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
5+
sourceRevisionDigest: sha256:1b9e2a2db691f09e81301888f600cd1be69d2d0a7a6304bf2eedd295aac61b58
6+
sourceBlobDigest: sha256:7866415b04810057478603476c27c4042cd2561a5f539d7181e4d5eac8ffca0a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1730420397
9+
- speakeasy-sdk-regen-1733962750
1010
- 1.0.0
1111
targets:
1212
python-api:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:3712f551c1bc9d55089a54598938b61b271ddcc1a81583646d883bae9f085825
16-
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
15+
sourceRevisionDigest: sha256:1b9e2a2db691f09e81301888f600cd1be69d2d0a7a6304bf2eedd295aac61b58
16+
sourceBlobDigest: sha256:7866415b04810057478603476c27c4042cd2561a5f539d7181e4d5eac8ffca0a
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:06fc180ad0f496ce01459cc965e47d9c73051b3339c4ffa34dd99997da5e2bf9
18+
codeSamplesRevisionDigest: sha256:3846006190de04e9999dc2e66c3fcea2876fd11082926f3a9b27faf16ebfac87
1919
workflow:
2020
workflowVersion: 1.0.0
21-
speakeasyVersion: latest
21+
speakeasyVersion: 1.508.0
2222
sources:
2323
my-source:
2424
inputs:

README.md

+33-5
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ res = s.connections.create_connection(request=models.ConnectionCreateRequest(
6666
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
6767
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
6868
name='Postgres-to-Bigquery',
69-
namespace_format='${SOURCE_NAMESPACE}',
7069
))
7170

7271
if res.connection_response is not None:
@@ -91,6 +90,22 @@ if res.connection_response is not None:
9190
* [list_connections](docs/sdks/connections/README.md#list_connections) - List connections
9291
* [patch_connection](docs/sdks/connections/README.md#patch_connection) - Update Connection details
9392

93+
### [declarative_source_definitions](docs/sdks/declarativesourcedefinitions/README.md)
94+
95+
* [create_declarative_source_definition](docs/sdks/declarativesourcedefinitions/README.md#create_declarative_source_definition) - Create a declarative source definition.
96+
* [delete_declarative_source_definition](docs/sdks/declarativesourcedefinitions/README.md#delete_declarative_source_definition) - Delete a declarative source definition.
97+
* [get_declarative_source_definition](docs/sdks/declarativesourcedefinitions/README.md#get_declarative_source_definition) - Get declarative source definition details.
98+
* [list_declarative_source_definitions](docs/sdks/declarativesourcedefinitions/README.md#list_declarative_source_definitions) - List declarative source definitions.
99+
* [update_declarative_source_definition](docs/sdks/declarativesourcedefinitions/README.md#update_declarative_source_definition) - Update declarative source definition details.
100+
101+
### [destination_definitions](docs/sdks/destinationdefinitions/README.md)
102+
103+
* [create_destination_definition](docs/sdks/destinationdefinitions/README.md#create_destination_definition) - Create a destination definition.
104+
* [delete_destination_definition](docs/sdks/destinationdefinitions/README.md#delete_destination_definition) - Delete a destination definition.
105+
* [get_destination_definition](docs/sdks/destinationdefinitions/README.md#get_destination_definition) - Get destination definition details.
106+
* [list_destination_definitions](docs/sdks/destinationdefinitions/README.md#list_destination_definitions) - List destination definitions.
107+
* [update_destination_definition](docs/sdks/destinationdefinitions/README.md#update_destination_definition) - Update destination definition details.
108+
94109
### [destinations](docs/sdks/destinations/README.md)
95110

96111
* [create_destination](docs/sdks/destinations/README.md#create_destination) - Create a destination
@@ -123,6 +138,14 @@ if res.connection_response is not None:
123138
* [list_permissions](docs/sdks/permissions/README.md#list_permissions) - List Permissions by user id
124139
* [update_permission](docs/sdks/permissions/README.md#update_permission) - Update a permission
125140

141+
### [source_definitions](docs/sdks/sourcedefinitions/README.md)
142+
143+
* [create_source_definition](docs/sdks/sourcedefinitions/README.md#create_source_definition) - Create a source definition.
144+
* [delete_source_definition](docs/sdks/sourcedefinitions/README.md#delete_source_definition) - Delete a source definition.
145+
* [get_source_definition](docs/sdks/sourcedefinitions/README.md#get_source_definition) - Get source definition details.
146+
* [list_source_definitions](docs/sdks/sourcedefinitions/README.md#list_source_definitions) - List source definitions.
147+
* [update_source_definition](docs/sdks/sourcedefinitions/README.md#update_source_definition) - Update source definition details.
148+
126149
### [sources](docs/sdks/sources/README.md)
127150

128151
* [create_source](docs/sdks/sources/README.md#create_source) - Create a source
@@ -137,6 +160,14 @@ if res.connection_response is not None:
137160

138161
* [get_stream_properties](docs/sdks/streams/README.md#get_stream_properties) - Get stream properties
139162

163+
### [tags](docs/sdks/tags/README.md)
164+
165+
* [create_tag](docs/sdks/tags/README.md#create_tag) - Create a tag
166+
* [delete_tag](docs/sdks/tags/README.md#delete_tag) - Delete a tag
167+
* [get_tag](docs/sdks/tags/README.md#get_tag) - Get a tag
168+
* [list_tags](docs/sdks/tags/README.md#list_tags) - List all tags
169+
* [update_tag](docs/sdks/tags/README.md#update_tag) - Update a tag
170+
140171
### [users](docs/sdks/users/README.md)
141172

142173
* [list_users_within_an_organization](docs/sdks/users/README.md#list_users_within_an_organization) - List all users within an organization
@@ -200,7 +231,6 @@ try:
200231
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
201232
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
202233
name='Postgres-to-Bigquery',
203-
namespace_format='${SOURCE_NAMESPACE}',
204234
))
205235

206236
except errors.SDKError as e:
@@ -221,7 +251,7 @@ if res.connection_response is not None:
221251

222252
### Override Server URL Per-Client
223253

224-
The default server can also be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
254+
The default server can be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
225255
```python
226256
import airbyte_api
227257
from airbyte_api import models
@@ -241,7 +271,6 @@ res = s.connections.create_connection(request=models.ConnectionCreateRequest(
241271
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
242272
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
243273
name='Postgres-to-Bigquery',
244-
namespace_format='${SOURCE_NAMESPACE}',
245274
))
246275

247276
if res.connection_response is not None:
@@ -303,7 +332,6 @@ res = s.connections.create_connection(request=models.ConnectionCreateRequest(
303332
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
304333
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
305334
name='Postgres-to-Bigquery',
306-
namespace_format='${SOURCE_NAMESPACE}',
307335
))
308336

309337
if res.connection_response is not None:

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -968,4 +968,14 @@ Based on:
968968
### Generated
969969
- [python v0.52.2] .
970970
### Releases
971-
- [PyPI v0.52.2] https://pypi.org/project/airbyte-api/0.52.2 - .
971+
- [PyPI v0.52.2] https://pypi.org/project/airbyte-api/0.52.2 - .
972+
973+
## 2025-04-16 00:19:47
974+
### Changes
975+
Based on:
976+
- OpenAPI Doc
977+
- Speakeasy CLI 1.508.0 (2.536.0) https://github.com/speakeasy-api/speakeasy
978+
### Generated
979+
- [python v0.53.0] .
980+
### Releases
981+
- [PyPI v0.53.0] https://pypi.org/project/airbyte-api/0.53.0 - .

USAGE.md

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ res = s.connections.create_connection(request=models.ConnectionCreateRequest(
1717
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
1818
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
1919
name='Postgres-to-Bigquery',
20-
namespace_format='${SOURCE_NAMESPACE}',
2120
))
2221

2322
if res.connection_response is not None:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CreateDeclarativeSourceDefinitionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
8+
| `create_declarative_source_definition_request` | [models.CreateDeclarativeSourceDefinitionRequest](../models/createdeclarativesourcedefinitionrequest.md) | :heavy_check_mark: | N/A |
9+
| `workspace_id` | *str* | :heavy_check_mark: | N/A |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CreateDeclarativeSourceDefinitionResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11+
| `declarative_source_definition_response` | [Optional[models.DeclarativeSourceDefinitionResponse]](../models/declarativesourcedefinitionresponse.md) | :heavy_minus_sign: | Success |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CreateDestinationDefinitionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8+
| `create_definition_request` | [models.CreateDefinitionRequest](../models/createdefinitionrequest.md) | :heavy_check_mark: | N/A |
9+
| `workspace_id` | *str* | :heavy_check_mark: | N/A |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CreateDestinationDefinitionResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11+
| `definition_response` | [Optional[models.DefinitionResponse]](../models/definitionresponse.md) | :heavy_minus_sign: | Success |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CreateSourceDefinitionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8+
| `create_definition_request` | [models.CreateDefinitionRequest](../models/createdefinitionrequest.md) | :heavy_check_mark: | N/A |
9+
| `workspace_id` | *str* | :heavy_check_mark: | N/A |
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CreateSourceDefinitionResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11+
| `definition_response` | [Optional[models.DefinitionResponse]](../models/definitionresponse.md) | :heavy_minus_sign: | Success |

0 commit comments

Comments
 (0)