Skip to content

Commit

Permalink
chore: 🐝 Update SDK - Generate (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored May 15, 2024
1 parent ad915a5 commit b1ca9ac
Show file tree
Hide file tree
Showing 32 changed files with 584 additions and 57 deletions.
22 changes: 17 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 07961597-3730-4940-9fd0-35eb4118eab3
management:
docChecksum: 7cdaac2367e7b50dfb925372c2676292
docChecksum: ab106dd2601bf059efdd48ec5506ba14
docVersion: 1.0.0
speakeasyVersion: 1.286.3
generationVersion: 2.329.0
releaseVersion: 0.49.3
configChecksum: a0b48f0835859d47a081e7a74aa38c66
speakeasyVersion: 1.289.0
generationVersion: 2.331.0
releaseVersion: 0.49.4
configChecksum: 3ab75753027013306c692a8ac7dd20ae
repoURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
repoSubDirectory: .
installationURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
Expand All @@ -33,6 +33,8 @@ generatedFiles:
- src/airbyte_api/destinations.py
- src/airbyte_api/public_jobs.py
- src/airbyte_api/jobs.py
- src/airbyte_api/public_permissions.py
- src/airbyte_api/permissions.py
- src/airbyte_api/public_sources.py
- src/airbyte_api/sources.py
- src/airbyte_api/public_streams.py
Expand All @@ -57,6 +59,7 @@ generatedFiles:
- src/airbyte_api/api/createdestination.py
- src/airbyte_api/api/createjob.py
- src/airbyte_api/api/createorupdateworkspaceoauthcredentials.py
- src/airbyte_api/api/createpermission.py
- src/airbyte_api/api/createsource.py
- src/airbyte_api/api/createworkspace.py
- src/airbyte_api/api/deletedestination.py
Expand Down Expand Up @@ -182,6 +185,9 @@ generatedFiles:
- src/airbyte_api/models/zendesk_support.py
- src/airbyte_api/models/zendesk_talk.py
- src/airbyte_api/models/actortypeenum.py
- src/airbyte_api/models/permissionresponse.py
- src/airbyte_api/models/permissiontype.py
- src/airbyte_api/models/permissioncreaterequest.py
- src/airbyte_api/models/sourceresponse.py
- src/airbyte_api/models/source_aha.py
- src/airbyte_api/models/source_aircall.py
Expand Down Expand Up @@ -411,6 +417,7 @@ generatedFiles:
- docs/api/createjobresponse.md
- docs/api/createorupdateworkspaceoauthcredentialsrequest.md
- docs/api/createorupdateworkspaceoauthcredentialsresponse.md
- docs/api/createpermissionresponse.md
- docs/api/createsourceresponse.md
- docs/api/createworkspaceresponse.md
- docs/api/deletedestinationrequest.md
Expand Down Expand Up @@ -1051,6 +1058,9 @@ generatedFiles:
- docs/models/zendesktalkcredentials.md
- docs/models/zendesktalk.md
- docs/models/actortypeenum.md
- docs/models/permissionresponse.md
- docs/models/permissiontype.md
- docs/models/permissioncreaterequest.md
- docs/models/sourceresponse.md
- docs/models/sourceconfiguration.md
- docs/models/aha.md
Expand Down Expand Up @@ -2331,6 +2341,8 @@ generatedFiles:
- docs/sdks/destinations/README.md
- docs/sdks/publicjobs/README.md
- docs/sdks/jobs/README.md
- docs/sdks/publicpermissions/README.md
- docs/sdks/permissions/README.md
- docs/sdks/publicsources/README.md
- docs/sdks/sources/README.md
- docs/sdks/publicstreams/README.md
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.286.3
speakeasyVersion: 1.289.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:0e36eb3e666e71738d7f18746aaf7a4c2242126e2eb8534be3e0d739bab17fe9
sourceBlobDigest: sha256:128e131dbcb3ee37a7b330c750e9687d13058634b6c42c80d71ea6c51e6c4596
sourceRevisionDigest: sha256:8948d30766f3dc41f16c1c5fbf7a28ca02745f4470da1cfdfca53f6cb7622e27
sourceBlobDigest: sha256:770a7589e02e71b2f3dcb5fefce35fcbd1d94e62c7852bb78b6e70a08f9cdbe0
tags:
- latest
- main
targets:
python-api:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:0e36eb3e666e71738d7f18746aaf7a4c2242126e2eb8534be3e0d739bab17fe9
sourceBlobDigest: sha256:128e131dbcb3ee37a7b330c750e9687d13058634b6c42c80d71ea6c51e6c4596
sourceRevisionDigest: sha256:8948d30766f3dc41f16c1c5fbf7a28ca02745f4470da1cfdfca53f6cb7622e27
sourceBlobDigest: sha256:770a7589e02e71b2f3dcb5fefce35fcbd1d94e62c7852bb78b6e70a08f9cdbe0
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ if res.connection_response is not None:
* [create_destination](docs/sdks/public/README.md#create_destination) - Create a destination
* [create_job](docs/sdks/public/README.md#create_job) - Trigger a sync or reset job of a connection
* [create_or_update_workspace_o_auth_credentials](docs/sdks/public/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
* [create_permission](docs/sdks/public/README.md#create_permission) - Create a permission
* [create_source](docs/sdks/public/README.md#create_source) - Create a source
* [create_workspace](docs/sdks/public/README.md#create_workspace) - Create a workspace
* [delete_connection](docs/sdks/public/README.md#delete_connection) - Delete a Connection
Expand Down Expand Up @@ -136,6 +137,14 @@ if res.connection_response is not None:
* [get_job](docs/sdks/jobs/README.md#get_job) - Get Job status and details
* [list_jobs](docs/sdks/jobs/README.md#list_jobs) - List Jobs by sync type

### [public_permissions](docs/sdks/publicpermissions/README.md)

* [create_permission](docs/sdks/publicpermissions/README.md#create_permission) - Create a permission

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

* [create_permission](docs/sdks/permissions/README.md#create_permission) - Create a permission

### [public_sources](docs/sdks/publicsources/README.md)

* [create_source](docs/sdks/publicsources/README.md#create_source) - Create a source
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -898,4 +898,14 @@ Based on:
### Generated
- [python v0.49.3] .
### Releases
- [PyPI v0.49.3] https://pypi.org/project/airbyte-api/0.49.3 - .
- [PyPI v0.49.3] https://pypi.org/project/airbyte-api/0.49.3 - .

## 2024-05-15 00:14:16
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.289.0 (2.331.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.49.4] .
### Releases
- [PyPI v0.49.4] https://pypi.org/project/airbyte-api/0.49.4 - .
11 changes: 11 additions & 0 deletions docs/api/createpermissionresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CreatePermissionResponse


## 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 |
| `permission_response` | [Optional[models.PermissionResponse]](../models/permissionresponse.md) | :heavy_minus_sign: | Successful operation |
1 change: 0 additions & 1 deletion docs/models/destinationsnowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
| `credentials` | [Optional[Union[models.KeyPairAuthentication, models.UsernameAndPassword, models.DestinationSnowflakeOAuth20]]](../models/authorizationmethod.md) | :heavy_minus_sign: | N/A | |
| `destination_type` | [models.DestinationSnowflakeSnowflake](../models/destinationsnowflakesnowflake.md) | :heavy_check_mark: | N/A | |
| `disable_type_dedupe` | *Optional[bool]* | :heavy_minus_sign: | Disable Writing Final Tables. WARNING! The data format in _airbyte_data is likely stable but there are no guarantees that other metadata columns will remain the same in future versions | |
| `enable_incremental_final_table_updates` | *Optional[bool]* | :heavy_minus_sign: | When enabled your data will load into your final tables incrementally while your data is still being synced. When Disabled (the default), your data loads into your final tables once at the end of a sync. Note that this option only applies if you elect to create Final tables | |
| `jdbc_url_params` | *Optional[str]* | :heavy_minus_sign: | Enter the additional properties to pass to the JDBC URL string when connecting to the database (formatted as key=value pairs separated by the symbol &). Example: key1=value1&key2=value2&key3=value3 | |
| `raw_data_schema` | *Optional[str]* | :heavy_minus_sign: | The schema to write raw tables into (default: airbyte_internal) | |
| `retention_period_days` | *Optional[int]* | :heavy_minus_sign: | The number of days of Snowflake Time Travel to enable on the tables. See <a href="https://docs.snowflake.com/en/user-guide/data-time-travel#data-retention-period">Snowflake's documentation</a> for more information. Setting a nonzero value will incur increased storage costs in your Snowflake instance. | |
Loading

0 comments on commit b1ca9ac

Please sign in to comment.