Skip to content

chore: 🐝 Update SDK - Generate 0.53.0 #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,240 changes: 973 additions & 267 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
speakeasyVersion: 1.453.10
speakeasyVersion: 1.508.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:3712f551c1bc9d55089a54598938b61b271ddcc1a81583646d883bae9f085825
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
sourceRevisionDigest: sha256:922a25db795c97d7058f9d3fa337f48b8d63a56e0941e5743c588c5ddfb5040a
sourceBlobDigest: sha256:d684baf08db0b20644b7ca45d1c40aeb214ba0bfe66636d1863ff1b7efd5afdf
tags:
- latest
- speakeasy-sdk-regen-1730420397
- speakeasy-sdk-regen-1733962750
- 1.0.0
targets:
python-api:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:3712f551c1bc9d55089a54598938b61b271ddcc1a81583646d883bae9f085825
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
sourceRevisionDigest: sha256:922a25db795c97d7058f9d3fa337f48b8d63a56e0941e5743c588c5ddfb5040a
sourceBlobDigest: sha256:d684baf08db0b20644b7ca45d1c40aeb214ba0bfe66636d1863ff1b7efd5afdf
codeSamplesNamespace: my-source-python-code-samples
codeSamplesRevisionDigest: sha256:06fc180ad0f496ce01459cc965e47d9c73051b3339c4ffa34dd99997da5e2bf9
codeSamplesRevisionDigest: sha256:437409d5b58c7f29e7dcae6853c94174f3d51e2bccc0bdf107b747517c6f1d86
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
speakeasyVersion: 1.508.0
sources:
my-source:
inputs:
Expand Down
38 changes: 33 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ res = s.connections.create_connection(request=models.ConnectionCreateRequest(
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
name='Postgres-to-Bigquery',
namespace_format='${SOURCE_NAMESPACE}',
))

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

### [declarative_source_definitions](docs/sdks/declarativesourcedefinitions/README.md)

* [create_declarative_source_definition](docs/sdks/declarativesourcedefinitions/README.md#create_declarative_source_definition) - Create a declarative source definition.
* [delete_declarative_source_definition](docs/sdks/declarativesourcedefinitions/README.md#delete_declarative_source_definition) - Delete a declarative source definition.
* [get_declarative_source_definition](docs/sdks/declarativesourcedefinitions/README.md#get_declarative_source_definition) - Get declarative source definition details.
* [list_declarative_source_definitions](docs/sdks/declarativesourcedefinitions/README.md#list_declarative_source_definitions) - List declarative source definitions.
* [update_declarative_source_definition](docs/sdks/declarativesourcedefinitions/README.md#update_declarative_source_definition) - Update declarative source definition details.

### [destination_definitions](docs/sdks/destinationdefinitions/README.md)

* [create_destination_definition](docs/sdks/destinationdefinitions/README.md#create_destination_definition) - Create a destination definition.
* [delete_destination_definition](docs/sdks/destinationdefinitions/README.md#delete_destination_definition) - Delete a destination definition.
* [get_destination_definition](docs/sdks/destinationdefinitions/README.md#get_destination_definition) - Get destination definition details.
* [list_destination_definitions](docs/sdks/destinationdefinitions/README.md#list_destination_definitions) - List destination definitions.
* [update_destination_definition](docs/sdks/destinationdefinitions/README.md#update_destination_definition) - Update destination definition details.

### [destinations](docs/sdks/destinations/README.md)

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

### [source_definitions](docs/sdks/sourcedefinitions/README.md)

* [create_source_definition](docs/sdks/sourcedefinitions/README.md#create_source_definition) - Create a source definition.
* [delete_source_definition](docs/sdks/sourcedefinitions/README.md#delete_source_definition) - Delete a source definition.
* [get_source_definition](docs/sdks/sourcedefinitions/README.md#get_source_definition) - Get source definition details.
* [list_source_definitions](docs/sdks/sourcedefinitions/README.md#list_source_definitions) - List source definitions.
* [update_source_definition](docs/sdks/sourcedefinitions/README.md#update_source_definition) - Update source definition details.

### [sources](docs/sdks/sources/README.md)

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

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

### [tags](docs/sdks/tags/README.md)

* [create_tag](docs/sdks/tags/README.md#create_tag) - Create a tag
* [delete_tag](docs/sdks/tags/README.md#delete_tag) - Delete a tag
* [get_tag](docs/sdks/tags/README.md#get_tag) - Get a tag
* [list_tags](docs/sdks/tags/README.md#list_tags) - List all tags
* [update_tag](docs/sdks/tags/README.md#update_tag) - Update a tag

### [users](docs/sdks/users/README.md)

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

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

### Override Server URL Per-Client

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:
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:
```python
import airbyte_api
from airbyte_api import models
Expand All @@ -241,7 +271,6 @@ res = s.connections.create_connection(request=models.ConnectionCreateRequest(
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
name='Postgres-to-Bigquery',
namespace_format='${SOURCE_NAMESPACE}',
))

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

if res.connection_response is not None:
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -968,4 +968,14 @@ Based on:
### Generated
- [python v0.52.2] .
### Releases
- [PyPI v0.52.2] https://pypi.org/project/airbyte-api/0.52.2 - .
- [PyPI v0.52.2] https://pypi.org/project/airbyte-api/0.52.2 - .

## 2025-04-30 00:20:02
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.508.0 (2.536.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.53.0] .
### Releases
- [PyPI v0.53.0] https://pypi.org/project/airbyte-api/0.53.0 - .
1 change: 0 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ res = s.connections.create_connection(request=models.ConnectionCreateRequest(
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
name='Postgres-to-Bigquery',
namespace_format='${SOURCE_NAMESPACE}',
))

if res.connection_response is not None:
Expand Down
9 changes: 9 additions & 0 deletions docs/api/createdeclarativesourcedefinitionrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CreateDeclarativeSourceDefinitionRequest


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| `create_declarative_source_definition_request` | [models.CreateDeclarativeSourceDefinitionRequest](../models/createdeclarativesourcedefinitionrequest.md) | :heavy_check_mark: | N/A |
| `workspace_id` | *str* | :heavy_check_mark: | N/A |
11 changes: 11 additions & 0 deletions docs/api/createdeclarativesourcedefinitionresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CreateDeclarativeSourceDefinitionResponse


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `declarative_source_definition_response` | [Optional[models.DeclarativeSourceDefinitionResponse]](../models/declarativesourcedefinitionresponse.md) | :heavy_minus_sign: | Success |
9 changes: 9 additions & 0 deletions docs/api/createdestinationdefinitionrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CreateDestinationDefinitionRequest


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `create_definition_request` | [models.CreateDefinitionRequest](../models/createdefinitionrequest.md) | :heavy_check_mark: | N/A |
| `workspace_id` | *str* | :heavy_check_mark: | N/A |
11 changes: 11 additions & 0 deletions docs/api/createdestinationdefinitionresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CreateDestinationDefinitionResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `definition_response` | [Optional[models.DefinitionResponse]](../models/definitionresponse.md) | :heavy_minus_sign: | Success |
9 changes: 9 additions & 0 deletions docs/api/createsourcedefinitionrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CreateSourceDefinitionRequest


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `create_definition_request` | [models.CreateDefinitionRequest](../models/createdefinitionrequest.md) | :heavy_check_mark: | N/A |
| `workspace_id` | *str* | :heavy_check_mark: | N/A |
11 changes: 11 additions & 0 deletions docs/api/createsourcedefinitionresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CreateSourceDefinitionResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `definition_response` | [Optional[models.DefinitionResponse]](../models/definitionresponse.md) | :heavy_minus_sign: | Success |
Loading