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,263 changes: 995 additions & 268 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:c420d072ff043f1eb1c4f403eed263c91e9b110d31802d3914a0b02e9cb71ba2
sourceBlobDigest: sha256:f35d4fc15159a3c471275a1aab2ff16694c5758a5926600a092c30d5ab745d21
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:c420d072ff043f1eb1c4f403eed263c91e9b110d31802d3914a0b02e9cb71ba2
sourceBlobDigest: sha256:f35d4fc15159a3c471275a1aab2ff16694c5758a5926600a092c30d5ab745d21
codeSamplesNamespace: my-source-python-code-samples
codeSamplesRevisionDigest: sha256:06fc180ad0f496ce01459cc965e47d9c73051b3339c4ffa34dd99997da5e2bf9
codeSamplesRevisionDigest: sha256:a5f17961b732fd68611d3352afa2da145508793355ee0d22b789de2ccc7a7cdf
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
speakeasyVersion: 1.508.0
sources:
my-source:
inputs:
Expand Down
39 changes: 34 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 All @@ -113,6 +128,7 @@ if res.connection_response is not None:

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

* [create_or_update_organization_o_auth_credentials](docs/sdks/organizations/README.md#create_or_update_organization_o_auth_credentials) - Create OAuth override credentials for an organization and source type.
* [list_organizations_for_user](docs/sdks/organizations/README.md#list_organizations_for_user) - List all organizations for a user

### [permissions](docs/sdks/permissions/README.md)
Expand All @@ -123,6 +139,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 +161,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 +232,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 +252,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 +272,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 +333,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-05-01 00:22:21
### 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/createorupdateorganizationoauthcredentialsrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CreateOrUpdateOrganizationOAuthCredentialsRequest


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| `organization_o_auth_credentials_request` | [models.OrganizationOAuthCredentialsRequest](../models/organizationoauthcredentialsrequest.md) | :heavy_check_mark: | N/A |
| `organization_id` | *str* | :heavy_check_mark: | N/A |
10 changes: 10 additions & 0 deletions docs/api/createorupdateorganizationoauthcredentialsresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CreateOrUpdateOrganizationOAuthCredentialsResponse


## 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 |
Loading